]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add ASSUME_PROVIDED for gcc-native3
authorRichard Purdie <richard@openedhand.com>
Mon, 28 Jan 2008 23:35:32 +0000 (23:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 28 Jan 2008 23:35:32 +0000 (23:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3611 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 31209097f2613a803244ec293cbb3ec5c188e1f9..149cd81abf18fc4aecf1017e842afd174fe29e9f 100644 (file)
@@ -92,6 +92,10 @@ TMPDIR = "${OEROOT}/build/tmp"
 # Uncomment this if you are using the Openedhand provided qemu deb - see README
 # ASSUME_PROVIDED += "qemu-native"
 
+# 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"
+
 # Uncomment these two if you want BitBake to build images useful for debugging.
 # DEBUG_BUILD = "1"
 # INHIBIT_PACKAGE_STRIP = "1"