diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:45:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:45:33 +0200 |
commit | d8b6dce76b97a69bc4678d3d8df5c9fcf906b913 (patch) | |
tree | 9b3a52bb74fb6359800c38c73fc6572a3cef53f1 | |
parent | 4115ea0d26db720d49982c446202ca1d6e9cf294 (diff) |
libsdl-mixer: convert to autotools_stage
-rw-r--r-- | recipes/libsdl/libsdl-mixer_1.2.8.bb | 7 |
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 -} - |