libsdl-mixer 1.2.11: inherit autotools instead of autotools_stage.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 28 Jan 2010 12:45:35 +0000 (12:45 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:19:37 +0000 (08:19 +0100)
recipes/libsdl/libsdl-mixer_1.2.11.bb

index 08127f6..444b05c 100644 (file)
@@ -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 "