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:
1fc726a
)
encdec-updater: GNU_HASH QA fix.
author
Stanislav Brabec
<utx@penguin.cz>
Thu, 30 Apr 2009 12:17:12 +0000
(12:17 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Thu, 30 Apr 2009 12:17:12 +0000
(12:17 +0000)
recipes/zaurus-updater/encdec-updater.bb
patch
|
blob
|
history
diff --git
a/recipes/zaurus-updater/encdec-updater.bb
b/recipes/zaurus-updater/encdec-updater.bb
index
c03e9b4
..
72ecdca
100644
(file)
--- a/
recipes/zaurus-updater/encdec-updater.bb
+++ b/
recipes/zaurus-updater/encdec-updater.bb
@@
-7,7
+7,7
@@
SRC_URI = "file://encdec-updater.c"
COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)'
do_compile() {
- ${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
+ ${CC}
${LDFLAGS}
-o encdec-updater ${WORKDIR}/encdec-updater.c
}
do_install() {