conf/distro/familiar-unstable.conf:
authorHolger Freyther <zecke@selfish.org>
Thu, 23 Mar 2006 16:47:32 +0000 (16:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 23 Mar 2006 16:47:32 +0000 (16:47 +0000)
Make older binutils snapshot the default
for familiar distribution in the dev
tree to avoid further errors when newer
versions gets added.
packages/binutils/binutils:
Lower the default preference on the binutils
CVS snapshot. While it can be used with
glibc 2.4 with EABI and without it, glibc
2.3.5 is broken with this version

conf/distro/familiar-unstable.conf
packages/binutils/binutils_2.16.91.0.6.bb

index 734d33d..ab36737 100644 (file)
@@ -47,6 +47,12 @@ PREFERRED_VERSION_gcc ?= "3.4.4"
 PREFERRED_VERSION_gcc-cross ?= "3.4.4"
 PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
 
+#
+# PIN the familiar build to a version
+#
+PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
+PREFERRED_VERSION_binutils ?= "2.15.94.0.1"
+
 #
 # Opie
 #
index 185749b..0061a17 100644 (file)
@@ -4,6 +4,12 @@ SECTION = "devel"
 LICENSE = "GPL"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 
+# glibc 2.3 has issues with this version
+# of binutils.
+DEFAULT_PREFERENCE = "-1"
+#DEFAULT_PREFERENCE_arm-linuxeabi = "1"
+
+
 inherit autotools gettext
 
 PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"