diff options
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 15 | EXTRA_OEMAKE = "STRIP=" | 15 | EXTRA_OEMAKE = "STRIP=" |
| 16 | 16 | ||
| 17 | do_compile() { | 17 | do_compile() { |
| 18 | sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile | 18 | sed -i -e 's: cpp: ${TARGET_PREFIX}cpp -I{STAGING_INCDIR}:g' GNUmakefile |
| 19 | oe_runmake | 19 | oe_runmake |
| 20 | } | 20 | } |
| 21 | 21 | ||
