aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootmenu
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:29:40 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:34:05 +0200
commit43d085f329c24a6a5368826efd172bc1d50f2ca3 (patch)
treef353a9646589b867af721c5ae9ccc831a6500ed0 /recipes/bootmenu
parent9b01c1fad5f938cd447388db20b01b93d418b4dd (diff)
downloadopenembedded-43d085f329c24a6a5368826efd172bc1d50f2ca3.tar.gz
bootmenu/bootmenu_0.6.bb: removed unneeded EXTRA_OEMAKE
verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/bootmenu')
-rw-r--r--recipes/bootmenu/bootmenu_0.6.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/bootmenu/bootmenu_0.6.bb b/recipes/bootmenu/bootmenu_0.6.bb
index e1a7dd0e77..1d27bcffb9 100644
--- a/recipes/bootmenu/bootmenu_0.6.bb
+++ b/recipes/bootmenu/bootmenu_0.6.bb
@@ -5,8 +5,6 @@ LICENSE = "GPL"
SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \
file://compile.patch"
-EXTRA_OEMAKE = ""
-
do_compile () {
oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'
}