]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Switch back to using our own qemu binary for locale generation by default
authorRichard Purdie <richard@openedhand.com>
Thu, 9 Aug 2007 10:52:43 +0000 (10:52 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 9 Aug 2007 10:52:43 +0000 (10:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2424 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 0512ced85c4f8698f5c9e4ade0f4ec78e3dfd5f5..4816294f9cdacd0fc2e442ec8478bbdab75f06a5 100644 (file)
@@ -75,8 +75,8 @@ TMPDIR = "${OEROOT}/build/tmp"
 # Also, make can be passed flags so it run parallel threads e.g.:
 # PARALLEL_MAKE = "-j 4"
 
-# Comment this out if you are *not* using provided qemu deb - see README
-ASSUME_PROVIDED += "qemu-native"
+# Uncomment this if you are using the Openedhand provided qemu deb - see README
+ASSUME_PROVIDED += "qemu-native"
 
 # Uncomment these two if you want BitBake to build images useful for debugging.
 # DEBUG_BUILD = "1"