gcc-3.4.4, openzaurus-3.5.4: remove DEFAULT_PREFERENCE from gcc bb files and use...
authorJustin Patrin <papercrane@gmail.com>
Wed, 7 Sep 2005 23:11:44 +0000 (23:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 7 Sep 2005 23:11:44 +0000 (23:11 +0000)
conf/distro/openzaurus-3.5.4.conf
packages/gcc/gcc-cross_3.4.4.bb
packages/gcc/gcc_3.4.4.bb

index 7b83dae..88822c1 100644 (file)
@@ -27,6 +27,9 @@ KERNEL_CONSOLE = "ttyS0"
 #DEBUG_BUILD = "1"
 #INHIBIT_PACKAGE_STRIP = "1"
 
+PREFERRED_VERSION_gcc-cross ?= "3.4.4"
+PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
+
 #
 # Base
 #
index 78fc9dd..c111ac0 100644 (file)
@@ -7,8 +7,6 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # remember to increment this one too.
 PR = "r1"
 
-DEFAULT_PREFERENCE_arm-linux = "1"
-
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
 
index 6c6a3d8..f4a67b7 100644 (file)
@@ -5,8 +5,6 @@ SECTION = "devel"
 LICENSE = "GPL"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 
-DEFAULT_PREFERENCE_arm-linux = "1"
-
 inherit autotools gettext
 
 include gcc-package.inc