mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
gphoto2: Use :space: to identify space characters
Sometimes current sed expression does not work so use POSIX compliant expression Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,5 +20,5 @@ EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
|
||||
"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i 's/--sysroot[^ "]*//g' ${B}/config.h
|
||||
sed -i -E "s/--sysroot=[^'\" ]+//g" ${B}/config.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user