summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/libsdl/libsdl-mixer_1.2.8.bb7
1 files changed, 1 insertions, 6 deletions
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
-}
-