From: Koen Kooi Date: Thu, 6 May 2010 10:49:39 +0000 (+0200) Subject: unifdef-native: one NATIVE_INSTALL_WORKS is enough X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f21ab99b56c6565e309c6792488d3caaf01048;p=openembedded.git unifdef-native: one NATIVE_INSTALL_WORKS is enough --- diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb index 16a964499c..ae3eb4f13a 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 }