[oe-commits] Koen Kooi : unifdef-native: convert to new style staging

git version control git at git.openembedded.org
Thu May 6 07:11:18 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May  6 09:10:48 2010 +0200

unifdef-native: convert to new style staging

---

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

diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb
index f2992ca..2c0892d 100644
--- a/recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb
@@ -10,11 +10,8 @@ do_compile() {
 	${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
 }
 
-do_stage() {
-	install -m 0755 unifdef ${STAGING_BINDIR}
-}
-
 do_install() {
-	:
+	install -m 0755 unifdef ${D}${bindir}
 }
 
+





More information about the Openembedded-commits mailing list