summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.09.bb')
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_2.09.bb6
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 455fd8a75..02ea57fd5 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"
15EXTRA_OEMAKE = "STRIP=" 15EXTRA_OEMAKE = "STRIP="
16 16
17do_compile() { 17do_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
22do_install() { 22do_install() {
23 oe_runmake 'DESTDIR=${D}' install 23 oe_runmake 'DESTDIR=${D}' install
24} 24}
25 25
26RDEPENDS_${PN} = "ttf-dejavu-sans-mono" 26RDEPENDS_${PN} = "ttf-dejavu-sans-mono"