aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootmenu
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 08:35:51 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 08:35:51 +0200
commit89649392da8d5e8eadc31f9b444cbb3bcf9033d0 (patch)
tree50cf9dbc9fd1ec1e9e39dda9da9d362b1330d747 /recipes/bootmenu
parentde9cea419541660f629fa763c353275e562f109e (diff)
downloadopenembedded-89649392da8d5e8eadc31f9b444cbb3bcf9033d0.tar.gz
Revert "bootmenu/bootmenu_0.7.bb: removed unneeded EXTRA_OEMAKE"
This reverts commit 213590203435666d32ab06bb39f36445b75faf27. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/bootmenu')
-rw-r--r--recipes/bootmenu/bootmenu_0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/bootmenu/bootmenu_0.7.bb b/recipes/bootmenu/bootmenu_0.7.bb
index 595c9b8994..62782c2c56 100644
--- a/recipes/bootmenu/bootmenu_0.7.bb
+++ b/recipes/bootmenu/bootmenu_0.7.bb
@@ -5,6 +5,8 @@ LICENSE = "GPL"
SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz"
+EXTRA_OEMAKE = ""
+
do_compile () {
oe_runmake -C src 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'
}