aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinylogin
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:26:46 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-24 09:34:03 +0200
commit8e6c70bc29848ad5ff48ff2ee0cca76c4ccf78e2 (patch)
tree070e1aadbe4399d05665cca8b225689690346b2e /recipes/tinylogin
parentd08e9dfacbfedc63dd7cb82d9ac26a36d04c2de1 (diff)
downloadopenembedded-8e6c70bc29848ad5ff48ff2ee0cca76c4ccf78e2.tar.gz
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tinylogin')
-rw-r--r--recipes/tinylogin/tinylogin_1.4.bb2
1 files changed, 0 insertions, 2 deletions
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}'
}