[oe-commits] Koen Kooi : unifdef-native: one NATIVE_INSTALL_WORKS is enough

git version control git at git.openembedded.org
Thu May 6 10:50:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 69f21ab99b56c6565e309c6792488d3caaf01048
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=69f21ab99b56c6565e309c6792488d3caaf01048

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May  6 12:49:39 2010 +0200

unifdef-native: one NATIVE_INSTALL_WORKS is enough

---

 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 16a9644..ae3eb4f 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
 }





More information about the Openembedded-commits mailing list