From: Frans Meulenbroeks Date: Sun, 24 Oct 2010 07:26:46 +0000 (+0200) Subject: tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6c70bc29848ad5ff48ff2ee0cca76c4ccf78e2;p=openembedded.git tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/tinylogin/tinylogin_1.4.bb b/recipes/tinylogin/tinylogin_1.4.bb index 40171ff123..bbc7dd29fc 100644 --- a/recipes/tinylogin/tinylogin_1.4.bb +++ b/recipes/tinylogin/tinylogin_1.4.bb @@ -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}' }