From: Phil Blundell Date: Thu, 24 Jun 2004 22:55:56 +0000 (+0000) Subject: remove bogus libtool stuff from acinclude.m4 X-Git-Tag: Release-2010-05/1~18541 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322c2b4147b1f4745e57596796098d49bc0dc25e;p=openembedded.git remove bogus libtool stuff from acinclude.m4 BKrev: 40db5bfcyfgQOsIjREy4SoVdih6SyA --- diff --git a/libsdl/libsdl-x11-1.2.7/acinclude.m4 b/libsdl/libsdl-x11-1.2.7/acinclude.m4 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index 9f826e5f4b..21d79583e8 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -1,3 +1,4 @@ +PR = "r1" DESCRIPTION = "Simple DirectMedia Layer - X11 Edition" SECTION = "libs" PRIORITY = "optional" @@ -6,7 +7,8 @@ DEPENDS = "x11 xext" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ - file://extra-keys.patch;patch=1" + file://extra-keys.patch;patch=1 \ + file://acinclude.m4" S = "${WORKDIR}/SDL-${PV}" inherit autotools @@ -20,6 +22,11 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --disable-video-opengl --enable-input-events --enable-pthreads \ --disable-video-picogui --disable-video-qtopia --enable-dlopen" +do_configure_prepend() { + rm -f ${S}/acinclude.m4 + cp ${WORKDIR}/acinclude.m4 ${S}/ +} + do_stage() { oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so