From: Khem Raj Date: Thu, 20 Jan 2011 22:14:27 +0000 (-0800) Subject: preferred-slugos-versions.inc: Prefer perl 5.10.1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625c37c9432bf0845768931dc07cbc85b1ea7dcf;p=openembedded.git preferred-slugos-versions.inc: Prefer perl 5.10.1 * We do not need to pin bluez-libs anymore we use bluez4 for everything Signed-off-by: Khem Raj Acked-by: Mike Westerhof --- diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index 4649c90b7f..c68d5115a8 100644 --- a/conf/distro/include/preferred-slugos-versions.inc +++ b/conf/distro/include/preferred-slugos-versions.inc @@ -38,6 +38,8 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.31" PREFERRED_VERSION_m4 ?= "1.4.14" PREFERRED_VERSION_m4-native ?= "1.4.14" PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r63" +PREFERRED_VERSION_perl ?= "5.10.1" +PREFERRED_VERSION_perl-native ?= "5.10.1" PREFERRED_VERSION_pkgconfig ?= "0.23" PREFERRED_VERSION_pkgconfig-native ?= "0.23" PREFERRED_VERSION_udev ?= "118" @@ -55,6 +57,3 @@ PREFERRED_VERSION_udev ?= "118" # latest tcl recipe has a bug that overwites regex.h; use the old tcl #PREFERRED_VERSION_tcl ?= "8.4.19" - -# We need the bluez4 version of the libs, which has default_precedence = -1 -PREFERRED_VERSION_bluez-libs ?= "4.42"