From d8b6dce76b97a69bc4678d3d8df5c9fcf906b913 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 25 Apr 2009 09:45:33 +0200 Subject: libsdl-mixer: convert to autotools_stage --- recipes/libsdl/libsdl-mixer_1.2.8.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes/libsdl') 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 -} - -- cgit 1.2.3-korg