From 69f21ab99b56c6565e309c6792488d3caaf01048 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 6 May 2010 12:49:39 +0200 Subject: [PATCH] unifdef-native: one NATIVE_INSTALL_WORKS is enough --- recipes/unifdef/unifdef-native_2.6.18+git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5