git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3359bc5
)
unifdef-native: convert to new style staging
author
Koen Kooi
<koen@openembedded.org>
Thu, 6 May 2010 07:10:48 +0000
(09:10 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 6 May 2010 07:10:48 +0000
(09:10 +0200)
recipes/unifdef/unifdef-native_2.6.18+git.bb
patch
|
blob
|
history
diff --git
a/recipes/unifdef/unifdef-native_2.6.18+git.bb
b/recipes/unifdef/unifdef-native_2.6.18+git.bb
index
f2992ca
..
2c0892d
100644
(file)
--- 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}
}
+