From 6fa24f4952e49f8948ee8692513db955d037d29e Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 21 Mar 2008 04:00:00 +0000 Subject: gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as they are wrong and not needed. --- packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb') 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() { -- cgit v1.2.3