mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
fbida: define -I when checking jpeg version
* echo JPEG_LIB_VERSION | i586-starfish-linux-cpp -include jpeglib.h | tail -n 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Eric Bénard
parent
a7dc161b34
commit
9be6cf5151
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
|
|||||||
EXTRA_OEMAKE = "STRIP="
|
EXTRA_OEMAKE = "STRIP="
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile
|
sed -i -e 's: cpp: ${TARGET_PREFIX}cpp -I{STAGING_INCDIR}:g' GNUmakefile
|
||||||
oe_runmake
|
oe_runmake
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user