mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
gphoto2: Move the sed op on config.h to do_compile
Current code still fails on some AB nodes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,6 +19,6 @@ EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
|
|||||||
--without-cdk \
|
--without-cdk \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure:append() {
|
do_compile:prepend() {
|
||||||
sed -i -E "s/--sysroot=[^'\" ]+//g" ${B}/config.h
|
sed -i -e 's/--sysroot=[^ "]*//g' ${B}/config.h
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user