diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-06 12:49:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-06 12:49:39 +0200 |
commit | 69f21ab99b56c6565e309c6792488d3caaf01048 (patch) | |
tree | 7c3fbc74ed2a2aaa0bd063737169bef0114259b0 | |
parent | f17f015c5e18d53bcb93d40e349d0c46e85efa67 (diff) |
unifdef-native: one NATIVE_INSTALL_WORKS is enough
-rw-r--r-- | recipes/unifdef/unifdef-native_2.6.18+git.bb | 2 |
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 } |