aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootmenu
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 08:35:56 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 08:35:56 +0200
commit813169633898cb631c9b25986e051447dac48efa (patch)
tree33fee26d07583b46f781b8b76dc7c2d2dea01e13 /recipes/bootmenu
parent89649392da8d5e8eadc31f9b444cbb3bcf9033d0 (diff)
downloadopenembedded-813169633898cb631c9b25986e051447dac48efa.tar.gz
Revert "bootmenu/bootmenu_0.6.bb: removed unneeded EXTRA_OEMAKE"
This reverts commit 43d085f329c24a6a5368826efd172bc1d50f2ca3. 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, 2 insertions, 0 deletions
diff --git a/recipes/bootmenu/bootmenu_0.6.bb b/recipes/bootmenu/bootmenu_0.6.bb
index 1d27bcffb9..e1a7dd0e77 100644
--- a/recipes/bootmenu/bootmenu_0.6.bb
+++ b/recipes/bootmenu/bootmenu_0.6.bb
@@ -5,6 +5,8 @@ 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}'
}