diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-27 16:07:33 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-27 17:29:18 +0100 |
commit | fba1e60aafde58daddc848ebdf07d84bd94cf435 (patch) | |
tree | 9deaf69772216be6b3643ae1b71e5a2c9636f6a1 /recipes/libsdl | |
parent | 57c564dae4b5233992444e96706bf85f440e6179 (diff) |
libsdl-image: remove all .m4 macros from source dir
Diffstat (limited to 'recipes/libsdl')
-rw-r--r-- | recipes/libsdl/libsdl-image_1.2.10.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |