From: Martin Jansa Date: Wed, 27 Jan 2010 15:07:33 +0000 (+0100) Subject: libsdl-image: remove all .m4 macros from source dir X-Git-Tag: Release-2010-05/1~712 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba1e60aafde58daddc848ebdf07d84bd94cf435;p=openembedded.git libsdl-image: remove all .m4 macros from source dir --- diff --git a/recipes/libsdl/libsdl-image_1.2.10.bb b/recipes/libsdl/libsdl-image_1.2.10.bb index bda06456b3..c28b513b21 100644 --- a/recipes/libsdl/libsdl-image_1.2.10.bb +++ b/recipes/libsdl/libsdl-image_1.2.10.bb @@ -11,6 +11,11 @@ do_unpackpost() { # Removing this file fixes a libtool version mismatch. rm acinclude/libtool.m4 rm acinclude/sdl.m4 + rm acinclude/pkg.m4 + rm acinclude/lt~obsolete.m4 + rm acinclude/ltoptions.m4 + rm acinclude/ltsugar.m4 + rm acinclude/ltversion.m4 } addtask unpackpost after do_unpack before do_patch