summaryrefslogtreecommitdiff
path: root/recipes/unifdef
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unifdef')
-rw-r--r--recipes/unifdef/unifdef-native_2.6.18+git.bb3
1 files changed, 2 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 2c0892d841..cce96c3edf 100644
--- a/recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb
@@ -10,8 +10,9 @@ do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
}
+NATIVE_INSTALL_WORKS = "1"
+
do_install() {
install -m 0755 unifdef ${D}${bindir}
}
-