[oe-commits] Richard Purdie : unifdef-naitve: Fix from Poky

git version control git at git.openembedded.org
Thu May 6 09:11:43 UTC 2010


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

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu May  6 10:11:33 2010 +0100

unifdef-naitve: Fix from Poky

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/unifdef/unifdef-native_2.6.18+git.bb |    3 ++-
 1 files changed, 2 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 2c0892d..cce96c3 100644
--- a/recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb
@@ -10,8 +10,9 @@ do_compile() {
 	${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
 }
 
+NATIVE_INSTALL_WORKS = "1"
+
 do_install() {
 	install -m 0755 unifdef ${D}${bindir}
 }
 
-





More information about the Openembedded-commits mailing list