]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf, sanity.bbclass: Drop mercurial-native
authorTom Rini <tom_rini@mentor.com>
Fri, 15 Jul 2011 18:16:02 +0000 (11:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:59 +0000 (15:24 +0100)
We have no hg URIs in the metadata, so don't require and don't
ASSUME_PROVIDED it either.  meta-oe has a mercurial-native recipe
if hg URIs are added in a recipe later.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/classes/sanity.bbclass
meta/conf/bitbake.conf

index 716b15864e664efe3d8224981159845683b70f20..28c9ecd90176f7073ae145614c22fb710b425432 100644 (file)
@@ -209,7 +209,7 @@ def check_sanity(e):
     if not check_app_exists('${BUILD_PREFIX}g++', e.data):
         missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True)
 
-    required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget cpio"
+    required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk chrpath wget cpio"
 
     if "qemu-native" in assume_provided:
         if not check_app_exists("qemu-arm", e.data):
index 128b0b66bb30599003cf99321fc739a5ed4dfdcb..975e24c071731618b0436725d41d0a82523c31a6 100644 (file)
@@ -132,7 +132,6 @@ ASSUME_PROVIDED = "\
     cvs-native \
     grep-native \
     diffstat-native \
-    mercurial-native \
     patch-native \
     perl-native-runtime \
     python-native-runtime \