diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-21 04:03:57 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-21 04:03:57 +0000 |
commit | 8fd078dda0570f74972431b3fe658679bd707ae6 (patch) | |
tree | 13a80a63074d0d4660bfd72433bae0aada6e8b0c /packages/gtk+ | |
parent | 00452481d1147812cfc25b6ab34c79f3d688b340 (diff) | |
parent | 6fa24f4952e49f8948ee8692513db955d037d29e (diff) |
merge of '809d7d650e2852bbb5de2df34e3496d61b6c4523'
and '8bc85f8f69f20fd71d7fcd635175b375b7708bb8'
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb | 1 |
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() { |