diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
commit | 691fd364dc741a8df339a1c3f74d941589ebaa99 (patch) | |
tree | 17aca55ad50553f58defacb24c377cd8777cf966 /recipes/libsdl | |
parent | 413cc98aa563c9e6104d1104d5b24987ab9d12f8 (diff) | |
parent | eee57a831f63162a5c40c7ed53805f8d78a058bf (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libsdl')
-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 -} - |