aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-03-21 04:00:00 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-03-21 04:00:00 +0000
commit6fa24f4952e49f8948ee8692513db955d037d29e (patch)
treeda3ed67c938837efcf090ee14fdd1b06e5906e67 /packages
parentf81eec7a71106731c8f5d0e0765be2a11e19f778 (diff)
downloadopenembedded-6fa24f4952e49f8948ee8692513db955d037d29e.tar.gz
gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as
they are wrong and not needed.
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb1
1 files changed, 1 insertions, 0 deletions
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 2896079e8e..702e460138 100644
--- 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() {