tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:26:46 +0000 (09:26 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:34:03 +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/tinylogin/tinylogin_1.4.bb

index 40171ff..bbc7dd2 100644 (file)
@@ -14,8 +14,6 @@ SRC_URI = "http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogi
        file://adduser-empty_pwd.patch \
        file://remove-index.patch"
 
-EXTRA_OEMAKE = ""
-
 do_compile () {
        oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}'
 }