From: Khem Raj Date: Thu, 6 May 2010 09:11:55 +0000 (-0700) Subject: unifdef-native_2.6.18+git.bb: Fix new style staging. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9966b81a7a1925e8960d9343147ce37208f55803;p=openembedded.git unifdef-native_2.6.18+git.bb: Fix new style staging. Signed-off-by: Khem Raj --- diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb index cce96c3edf..16a964499c 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} } -