diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-06 09:10:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-06 09:10:48 +0200 |
commit | c73f8d610ab7fdd707218d8d59461628b9c25961 (patch) | |
tree | e2dedb44e026f5d10aad0a6d5ede944450dbd9aa | |
parent | 3359bc5124399caea22ac8214f0f3344e7d09335 (diff) |
unifdef-native: convert to new style staging
-rw-r--r-- | recipes/unifdef/unifdef-native_2.6.18+git.bb | 7 |
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} } + |