gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as
authorGraeme Gregory <dp@xora.org.uk>
Fri, 21 Mar 2008 04:00:00 +0000 (04:00 +0000)
committerGraeme 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

index 2896079..702e460 100644 (file)
@@ -24,6 +24,7 @@ do_compile() {
 
 do_stage() {
        cd gdk-pixbuf && oe_runmake install
+       find ${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
 }
 
 do_install() {