mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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 \
|
||||
"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -E "s/--sysroot=[^'\" ]+//g" ${B}/config.h
|
||||
do_compile:prepend() {
|
||||
sed -i -e 's/--sysroot=[^ "]*//g' ${B}/config.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user