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:
3c33e2e
)
fsi-client: GNU_HASH QA fix.
author
Stanislav Brabec
<utx@penguin.cz>
Thu, 23 Apr 2009 22:22:12 +0000
(22:22 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Thu, 23 Apr 2009 22:22:12 +0000
(22:22 +0000)
recipes/fsi-client/fsi-client_20040803.bb
patch
|
blob
|
history
diff --git
a/recipes/fsi-client/fsi-client_20040803.bb
b/recipes/fsi-client/fsi-client_20040803.bb
index
84c185a
..
e4acf05
100644
(file)
--- a/
recipes/fsi-client/fsi-client_20040803.bb
+++ b/
recipes/fsi-client/fsi-client_20040803.bb
@@
-10,7
+10,7
@@
S = "${WORKDIR}/client"
FILES_${PN} += "${libdir}/libfsiclient.so"
do_compile() {
- oe_runmake all examples
+ oe_runmake all examples
CC="${CC} ${LDFLAGS}"
}
do_install() {
@@
-19,4
+19,3
@@
do_install() {
install libfsiclient.so ${D}${libdir}
install fsidumpraw fsidumppgm ${D}${bindir}
}
-