]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass to accoun...
authorRichard Purdie <richard@openedhand.com>
Tue, 5 Feb 2008 17:27:12 +0000 (17:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 5 Feb 2008 17:27:12 +0000 (17:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3670 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 149cd81abf18fc4aecf1017e842afd174fe29e9f..122a6f720a72d7632e4ee891355ed30d18e1310c 100644 (file)
@@ -94,7 +94,7 @@ TMPDIR = "${OEROOT}/build/tmp"
 
 # Comment this out if you don't have a 3.x gcc version available and wish
 # poky to build one for you. The 3.x gcc is required to build qemu-native.
-ASSUME_PROVIDED += "gcc-native3"
+ASSUME_PROVIDED += "gcc3-native"
 
 # Uncomment these two if you want BitBake to build images useful for debugging.
 # DEBUG_BUILD = "1"