aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-30 01:57:49 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-30 02:00:14 +0100
commit7e748c43e64453aefbd1053d614ff1612e869465 (patch)
tree585713b51c04235728daab79be690a79ba287248
parentcfba2ac2e3846bb16237cf97f33f855fd330c3c8 (diff)
downloadopenembedded-7e748c43e64453aefbd1053d614ff1612e869465.tar.gz
libsdl-mixer: remove defpref -1 from version 1.2.10 because 1.2.11 is now default
-rw-r--r--recipes/libsdl/libsdl-mixer_1.2.10.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/libsdl/libsdl-mixer_1.2.10.bb b/recipes/libsdl/libsdl-mixer_1.2.10.bb
index 1a9e808c52..5ecd2944a2 100644
--- a/recipes/libsdl/libsdl-mixer_1.2.10.bb
+++ b/recipes/libsdl/libsdl-mixer_1.2.10.bb
@@ -4,8 +4,6 @@ PRIORITY = "optional"
DEPENDS = "virtual/libsdl libmikmod libvorbis"
LICENSE = "LGPL"
-DEFAULT_PREFERENCE = "-1"
-
SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
S = "${WORKDIR}/SDL_mixer-${PV}"