From fbdd1d66b82125d0f7cd94fc0374ec3f8f994441 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 28 Jan 2010 12:45:35 +0000 Subject: [PATCH] libsdl-mixer 1.2.11: inherit autotools instead of autotools_stage. --- recipes/libsdl/libsdl-mixer_1.2.11.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " -- 2.39.5