From: woglinde Date: Sat, 18 Oct 2008 20:00:31 +0000 (+0200) Subject: libsdl-image: remove the integrated stupid sdl.m4 packages X-Git-Tag: Release-2010-05/1~5733^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5908addf3671abab19e1e43763b3b0ca60a451b;p=openembedded.git libsdl-image: remove the integrated stupid sdl.m4 packages * remove the old sdl.m4 likewise the libtool.m4 file * bump PR --- diff --git a/packages/libsdl/libsdl-image_1.2.6.bb b/packages/libsdl/libsdl-image_1.2.6.bb index 27b5aa7d1a..b458e19dba 100644 --- a/packages/libsdl/libsdl-image_1.2.6.bb +++ b/packages/libsdl/libsdl-image_1.2.6.bb @@ -1,8 +1,12 @@ require libsdl-image.inc +FILE_PR= "r1" + +DEPENDS += "tiff" do_unpackpost() { # Removing this file fixes a libtool version mismatch. rm acinclude/libtool.m4 + rm acinclude/sdl.m4 } addtask unpackpost after do_unpack before do_patch