From: David-John Willis Date: Thu, 28 Jan 2010 12:45:35 +0000 (+0000) Subject: libsdl-mixer 1.2.11: inherit autotools instead of autotools_stage. X-Git-Tag: Release-2010-05/1~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbdd1d66b82125d0f7cd94fc0374ec3f8f994441;p=openembedded.git libsdl-mixer 1.2.11: inherit autotools instead of autotools_stage. --- diff --git a/recipes/libsdl/libsdl-mixer_1.2.11.bb b/recipes/libsdl/libsdl-mixer_1.2.11.bb index 08127f6a08..444b05c028 100644 --- a/recipes/libsdl/libsdl-mixer_1.2.11.bb +++ b/recipes/libsdl/libsdl-mixer_1.2.11.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "virtual/libsdl flac libmikmod libvorbis libmad" LICENSE = "LGPL" -PR = "r3" +PR = "r4" SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \ file://fix-flac-madness.diff;patch=1" @@ -13,7 +13,7 @@ S = "${WORKDIR}/SDL_mixer-${PV}" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" -inherit autotools_stage +inherit autotools # Add support for runtime linking with libtremor so we can use that for fixed point OGG Vorbis decoding. EXTRA_OECONF += " --enable-music-ogg --enable-music-ogg-tremor "