From fba1e60aafde58daddc848ebdf07d84bd94cf435 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 27 Jan 2010 16:07:33 +0100 Subject: [PATCH] libsdl-image: remove all .m4 macros from source dir --- recipes/libsdl/libsdl-image_1.2.10.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5