aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unifdef
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-06 12:49:39 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-06 12:49:39 +0200
commit69f21ab99b56c6565e309c6792488d3caaf01048 (patch)
tree7c3fbc74ed2a2aaa0bd063737169bef0114259b0 /recipes/unifdef
parentf17f015c5e18d53bcb93d40e349d0c46e85efa67 (diff)
downloadopenembedded-69f21ab99b56c6565e309c6792488d3caaf01048.tar.gz
unifdef-native: one NATIVE_INSTALL_WORKS is enough
Diffstat (limited to 'recipes/unifdef')
-rw-r--r--recipes/unifdef/unifdef-native_2.6.18+git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb
index 16a964499c..ae3eb4f13a 100644
--- a/recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
SRC_URI = "file://unifdef.c"
inherit native
-NATIVE_INSTALL_WORKS = "1"
+
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
}