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:
b9af9fd
)
binconfig: fix small bug found by Julian Chu from openmoko
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 9 Sep 2008 20:43:27 +0000
(20:43 +0000)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 9 Sep 2008 20:43:27 +0000
(20:43 +0000)
classes/binconfig.bbclass
patch
|
blob
|
history
diff --git
a/classes/binconfig.bbclass
b/classes/binconfig.bbclass
index
5ce9ff6
..
6c2c32a
100644
(file)
--- a/
classes/binconfig.bbclass
+++ b/
classes/binconfig.bbclass
@@
-1,5
+1,7
@@
inherit base
+FILES_${PN}-dev += "${bindir}/*-config"
+
# The namespaces can clash here hence the two step replace
def get_binconfig_mangle(d):
import bb.data
@@
-39,7
+41,7
@@
do_install_append() {
done
fi
- for lafile in `find ${D} -name
*.la
` ; do
+ for lafile in `find ${D} -name
"*.la"
` ; do
sed -i \
-e 's:${STAGING_LIBDIR}:${libdir}:g;' \
-e 's:${STAGING_INCDIR}:${includedir}:g;' \