[oe-commits] Khem Raj : unifdef-native_2.6.18+git.bb: Fix new style staging.

git version control git at git.openembedded.org
Thu May 6 09:15:25 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu May  6 02:11:55 2010 -0700

unifdef-native_2.6.18+git.bb: Fix new style staging.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/unifdef/unifdef-native_2.6.18+git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb
index cce96c3..16a9644 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
 }
@@ -13,6 +13,6 @@ do_compile() {
 NATIVE_INSTALL_WORKS = "1"
 
 do_install() {
+	install -d ${D}${bindir}/
 	install -m 0755 unifdef ${D}${bindir}
 }
-





More information about the Openembedded-commits mailing list