diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.09.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb index 455fd8a755..02ea57fd51 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb | |||
| @@ -15,12 +15,12 @@ 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:g' GNUmakefile |
| 19 | oe_runmake | 19 | oe_runmake |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | oe_runmake 'DESTDIR=${D}' install | 23 | oe_runmake 'DESTDIR=${D}' install |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono" | 26 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono" |
