diff options
author | Bernhard Kaindl <bernhard.kaindl@gmx.net> | 2009-11-22 14:56:46 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-23 18:21:40 +0100 |
commit | ef42b29a7f57e053eed1edee23124b2ca4afc833 (patch) | |
tree | 0e89e0f4b8a6cdcc7cc8c1296f4e6d34d020d543 /recipes/libsdl | |
parent | f2f372eb3fe4c8444f9554c584a4c63e6ad51a90 (diff) |
libsdl-mixer: drop version 1.2.9 (md5sum mismatch)
* as discussed and agreed on the mailing list
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Diffstat (limited to 'recipes/libsdl')
-rw-r--r-- | recipes/libsdl/libsdl-mixer_1.2.9.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/libsdl/libsdl-mixer_1.2.9.bb b/recipes/libsdl/libsdl-mixer_1.2.9.bb deleted file mode 100644 index 5ecd2944a2..0000000000 --- a/recipes/libsdl/libsdl-mixer_1.2.9.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Simple DirectMedia Layer mixer library." -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libsdl libmikmod libvorbis" -LICENSE = "LGPL" - -SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" -S = "${WORKDIR}/SDL_mixer-${PV}" - -export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" - -inherit autotools_stage - -EXTRA_OECONF = "--disable-music-mp3" -# although we build smpeg... need to find out how -# to deal with optional dependencies - -do_compile() { - # Override SDL_LIBS to include a linker rpath so the linker - # can find the correct libdl.so when it links playwave to - # libSDL_mixer.so. - oe_runmake SDL_LIBS="$(pkg-config sdl --libs) -Wl,-rpath-link,${STAGING_LIBDIR}" -} |