From: Koen Kooi Date: Sat, 25 Apr 2009 07:45:33 +0000 (+0200) Subject: libsdl-mixer: convert to autotools_stage X-Git-Tag: Release-2010-05/1~3673 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b6dce76b97a69bc4678d3d8df5c9fcf906b913;p=openembedded.git libsdl-mixer: convert to autotools_stage --- diff --git a/recipes/libsdl/libsdl-mixer_1.2.8.bb b/recipes/libsdl/libsdl-mixer_1.2.8.bb index 229108f565..fec24cad2c 100644 --- a/recipes/libsdl/libsdl-mixer_1.2.8.bb +++ b/recipes/libsdl/libsdl-mixer_1.2.8.bb @@ -11,13 +11,8 @@ S = "${WORKDIR}/SDL_mixer-${PV}" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" -inherit autotools +inherit autotools_stage EXTRA_OECONF = "--disable-music-mp3" # although we build smpeg... need to find out how # to deal with optional dependencies - -do_stage() { - autotools_stage_all -} -