libsdl-mixer: convert to autotools_stage
authorKoen Kooi <koen@openembedded.org>
Sat, 25 Apr 2009 07:45:33 +0000 (09:45 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 25 Apr 2009 07:45:33 +0000 (09:45 +0200)
recipes/libsdl/libsdl-mixer_1.2.8.bb

index 229108f..fec24ca 100644 (file)
@@ -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
-}
-