unifdef-native: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 07:10:48 +0000 (09:10 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 07:10:48 +0000 (09:10 +0200)
recipes/unifdef/unifdef-native_2.6.18+git.bb

index f2992ca..2c0892d 100644 (file)
@@ -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}
 }
 
+