[oe-commits] Tom Rini : bitbake.conf, sanity.bbclass: Drop mercurial-native

git version control git at git.openembedded.org
Wed Jul 20 14:27:47 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6473c9096bf4995c21147e737322d800219c89ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6473c9096bf4995c21147e737322d800219c89ab

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jul 15 11:16:02 2011 -0700

bitbake.conf, sanity.bbclass: Drop mercurial-native

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 at mentor.com>

---

 meta/classes/sanity.bbclass |    2 +-
 meta/conf/bitbake.conf      |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 716b158..28c9ecd 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -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):
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 128b0b6..975e24c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -132,7 +132,6 @@ ASSUME_PROVIDED = "\
     cvs-native \
     grep-native \
     diffstat-native \
-    mercurial-native \
     patch-native \
     perl-native-runtime \
     python-native-runtime \





More information about the Openembedded-commits mailing list