From: Koen Kooi Date: Thu, 6 May 2010 07:10:48 +0000 (+0200) Subject: unifdef-native: convert to new style staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73f8d610ab7fdd707218d8d59461628b9c25961;p=openembedded.git unifdef-native: convert to new style staging --- diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb index f2992ca709..2c0892d841 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} } +