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:
f81eec7
)
gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as
author
Graeme Gregory
<dp@xora.org.uk>
Fri, 21 Mar 2008 04:00:00 +0000
(
04:00
+0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Fri, 21 Mar 2008 04:00:00 +0000
(
04:00
+0000)
they are wrong and not needed.
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
patch
|
blob
|
history
diff --git
a/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
b/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
index
2896079
..
702e460
100644
(file)
--- a/
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
+++ b/
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
@@
-24,6
+24,7
@@
do_compile() {
do_stage() {
cd gdk-pixbuf && oe_runmake install
+ find ${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
}
do_install() {