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:
f17f015
)
unifdef-native: one NATIVE_INSTALL_WORKS is enough
author
Koen Kooi
<koen@openembedded.org>
Thu, 6 May 2010 10:49:39 +0000
(12:49 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 6 May 2010 10:49:39 +0000
(12:49 +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
16a9644
..
ae3eb4f
100644
(file)
--- a/
recipes/unifdef/unifdef-native_2.6.18+git.bb
+++ b/
recipes/unifdef/unifdef-native_2.6.18+git.bb
@@
-5,7
+5,7
@@
LICENSE = "GPL"
SRC_URI = "file://unifdef.c"
inherit native
-NATIVE_INSTALL_WORKS = "1"
+
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
}