summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-25 09:45:33 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-25 09:45:33 +0200
commitd8b6dce76b97a69bc4678d3d8df5c9fcf906b913 (patch)
tree9b3a52bb74fb6359800c38c73fc6572a3cef53f1 /recipes
parent4115ea0d26db720d49982c446202ca1d6e9cf294 (diff)
downloadopenembedded-d8b6dce76b97a69bc4678d3d8df5c9fcf906b913.tar.gz
libsdl-mixer: convert to autotools_stage
Diffstat (limited to 'recipes')
-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
-}
-