plk-sane.sh 182 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

# Remove LIBJPEG version
subst '1i%filter_from_requires /LIBJPEG.*_6.2/d' $SPEC

set_autoreq 'yes'