[oe-commits] org.oe.dev gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as

xora commit oe at amethyst.openembedded.net
Fri Mar 21 04:02:35 UTC 2008


gdk-pixbuf-csource-native_2.10.14.bb : hack to remove wrong *.la files as
they are wrong and not needed.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 8bc85f8f69f20fd71d7fcd635175b375b7708bb8
ViewMTN: http://monotone.openembedded.org/revision/info/8bc85f8f69f20fd71d7fcd635175b375b7708bb8
Files:
1
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
Diffs:

#
# mt diff -r74199c2d2bc857f687c68cb3d66f26658e9f8d5d -r8bc85f8f69f20fd71d7fcd635175b375b7708bb8
#
#
#
# patch "packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb"
#  from [d45c132200ab0a148cc9c2d04e54ecf0bcf67549]
#    to [781f9c4e4e641f3aa5c5c9123a630e74511798fb]
#
============================================================
--- packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	d45c132200ab0a148cc9c2d04e54ecf0bcf67549
+++ packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	781f9c4e4e641f3aa5c5c9123a630e74511798fb
@@ -24,6 +24,7 @@ do_stage() {
 
 do_stage() {
 	cd gdk-pixbuf && oe_runmake install
+	find ${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
 }
 
 do_install() {






More information about the Openembedded-commits mailing list