mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
sanity.bbclass: Add chrpath to the required utilities
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -80,7 +80,7 @@ def check_sanity(e):
|
|||||||
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
||||||
missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True)
|
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"
|
required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath"
|
||||||
|
|
||||||
# qemu-native needs gcc 3.x
|
# qemu-native needs gcc 3.x
|
||||||
if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided:
|
if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided:
|
||||||
|
|||||||
Reference in New Issue
Block a user