aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsdl')
-rw-r--r--recipes/libsdl/libsdl-image_1.2.10.bb5
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