diff options
-rw-r--r-- | conf/distro/familiar-unstable.conf | 6 | ||||
-rw-r--r-- | packages/binutils/binutils_2.16.91.0.6.bb | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 734d33db3c..ab367378af 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -48,6 +48,12 @@ 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 # diff --git a/packages/binutils/binutils_2.16.91.0.6.bb b/packages/binutils/binutils_2.16.91.0.6.bb index 185749bd3e..0061a17d1d 100644 --- a/packages/binutils/binutils_2.16.91.0.6.bb +++ b/packages/binutils/binutils_2.16.91.0.6.bb @@ -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" |