diff options
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/unifdef/unifdef-native_2.6.18+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
