diff options
author | Rene Wagner <rw@handhelds.org> | 2006-03-23 12:25:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 12:25:19 +0000 |
commit | 7dce3fff7b65d54a65ed8479741120a78ff9ecfe (patch) | |
tree | 83a0b5f6b7223da65f996de99fce81eafe0a01b9 /packages | |
parent | 22a883bce5ed668de572d430ac5a03ece16f0458 (diff) |
binutils: lower DEFAULT_PREFERENCE of 2.16.91.0.6 CVS snapshot for non-arm-linuxeabi builds
Diffstat (limited to 'packages')
-rw-r--r-- | packages/binutils/binutils_2.16.91.0.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/binutils/binutils_2.16.91.0.6.bb b/packages/binutils/binutils_2.16.91.0.6.bb index 185749bd3e..8d08bb547e 100644 --- a/packages/binutils/binutils_2.16.91.0.6.bb +++ b/packages/binutils/binutils_2.16.91.0.6.bb @@ -4,6 +4,9 @@ SECTION = "devel" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_arm-linuxeabi = "1" + inherit autotools gettext PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" |