aboutsummaryrefslogtreecommitdiffstats
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.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb
index f2992ca709..2c0892d841 100644
--- a/recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb
@@ -10,11 +10,8 @@ do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
}
-do_stage() {
- install -m 0755 unifdef ${STAGING_BINDIR}
-}
-
do_install() {
- :
+ install -m 0755 unifdef ${D}${bindir}
}
+