aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unifdef
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-06 09:10:48 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-06 09:10:48 +0200
commitc73f8d610ab7fdd707218d8d59461628b9c25961 (patch)
treee2dedb44e026f5d10aad0a6d5ede944450dbd9aa /recipes/unifdef
parent3359bc5124399caea22ac8214f0f3344e7d09335 (diff)
downloadopenembedded-c73f8d610ab7fdd707218d8d59461628b9c25961.tar.gz
unifdef-native: convert to new style staging
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}
}
+