mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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 <damien.lespiau@intel.com>
This commit is contained in:
@@ -83,7 +83,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"
|
||||
required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg"
|
||||
|
||||
# qemu-native needs gcc 3.x
|
||||
if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided:
|
||||
|
||||
Reference in New Issue
Block a user