libsdl-image: remove all .m4 macros from source dir
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Jan 2010 15:07:33 +0000 (16:07 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Wed, 27 Jan 2010 16:29:18 +0000 (17:29 +0100)
recipes/libsdl/libsdl-image_1.2.10.bb

index bda0645..c28b513 100644 (file)
@@ -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