bootmenu/bootmenu_0.6.bb: removed unneeded EXTRA_OEMAKE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:29:40 +0000 (09:29 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:34:05 +0000 (09:34 +0200)
verified by comparing bitbake -e output from before and after the edit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/bootmenu/bootmenu_0.6.bb

index e1a7dd0..1d27bcf 100644 (file)
@@ -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}'
 }