From 9be6cf51519158caa5d63ec1538e5c6946ca86c5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 5 Jul 2013 01:24:14 +0200 Subject: 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 --- meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb index 02ea57fd51..aa4c1caf20 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" EXTRA_OEMAKE = "STRIP=" 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 } -- cgit v1.2.3-54-g00ecf