unifdef-native: one NATIVE_INSTALL_WORKS is enough
authorKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 10:49:39 +0000 (12:49 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 10:49:39 +0000 (12:49 +0200)
recipes/unifdef/unifdef-native_2.6.18+git.bb

index 16a9644..ae3eb4f 100644 (file)
@@ -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
 }