mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
gphoto: Fix the sed expression to remove --sysroot from config.h
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() {
|
do_configure:append() {
|
||||||
sed -i -E 's/--sysroot=[^ "]*([" ])/\1/g' ${B}/config.h
|
sed -i 's/--sysroot[^ "]*//g' ${B}/config.h
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user