aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootmenu
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:29:52 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:34:05 +0200
commit213590203435666d32ab06bb39f36445b75faf27 (patch)
tree6f50c9181b46cefbbf950118e836ed72b80418d1 /recipes/bootmenu
parent43d085f329c24a6a5368826efd172bc1d50f2ca3 (diff)
downloadopenembedded-213590203435666d32ab06bb39f36445b75faf27.tar.gz
bootmenu/bootmenu_0.7.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.7.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/bootmenu/bootmenu_0.7.bb b/recipes/bootmenu/bootmenu_0.7.bb
index 62782c2c56..595c9b8994 100644
--- a/recipes/bootmenu/bootmenu_0.7.bb
+++ b/recipes/bootmenu/bootmenu_0.7.bb
@@ -5,8 +5,6 @@ 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}'
}