From 65bf6c90e63b67732bda8b4a1c786a605f61c611 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 25 Aug 2009 15:08:15 +0100 Subject: base.bbclass: packages pulling a mercurial tree should depend on mercurial As we don't provide a mercurial-native package (yet) let's assume the build machine has it installed and check (sanity.bbclass) if it's the case. Signed-off-by: Damien Lespiau --- meta/conf/bitbake.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7f64b03aac..59aa2efea2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -119,11 +119,15 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging +# mercurial-native is required to pull mercurial repositories (hg://...) +# we don't have it yet in the recipies so let's assume it's provided by +# the underlying OS ASSUME_PROVIDED = "\ bzip2-native \ cvs-native \ grep-native \ diffstat-native \ + mercurial-native \ patch-native \ perl-native-runtime \ python-native-runtime \ -- cgit v1.2.3-54-g00ecf