[oe-commits] Julien 'Ainulindale' Cassignol : libsdl-mixer_1.2.6: Build fix ( added configure_prepend).

git version control git at git.openembedded.org
Wed Jun 3 20:30:19 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 3e87ba753918b654e70d0e39eec9162539c36527
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e87ba753918b654e70d0e39eec9162539c36527

Author: Julien 'Ainulindale' Cassignol <ainulindale at gmail.com>
Date:   Wed May 27 13:52:03 2009 +0200

libsdl-mixer_1.2.6: Build fix (added configure_prepend).

---

 recipes/libsdl/libsdl-mixer_1.2.6.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/libsdl/libsdl-mixer_1.2.6.bb b/recipes/libsdl/libsdl-mixer_1.2.6.bb
index 0c29a3c..deff185 100644
--- a/recipes/libsdl/libsdl-mixer_1.2.6.bb
+++ b/recipes/libsdl/libsdl-mixer_1.2.6.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "virtual/libsdl libmikmod libvorbis"
 LICENSE = "LGPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
 S = "${WORKDIR}/SDL_mixer-${PV}"
@@ -16,6 +16,11 @@ EXTRA_OECONF = "--disable-music-mp3"
 # although we build smpeg... need to find out how
 # to deal with optional dependencies
 
+do_configure_prepend() {
+   sed -i '/libtool.m4/q' ${S}/acinclude.m4
+   autoreconf -i -f
+}
+
 do_stage() {
 	oe_libinstall -so libSDL_mixer ${STAGING_LIBDIR}
 	ln -sf libSDL_mixer.so ${STAGING_LIBDIR}/libSDL_mixer-1.2.so





More information about the Openembedded-commits mailing list