diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-02-15 16:43:38 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-02-15 16:43:38 +0000 |
commit | da10a2af54847261504e539fdac65cc8320b7606 (patch) | |
tree | 069d0bf61bd53ef4bb60e6bf79fd206097a8c461 | |
parent | 7b4e80b98ef40b5cc5b514a48bd97260a169afac (diff) | |
download | ast2050-yocto-poky-da10a2af54847261504e539fdac65cc8320b7606.zip ast2050-yocto-poky-da10a2af54847261504e539fdac65cc8320b7606.tar.gz |
sanity.bbclass: Add chrpath to the required utilities
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 71250b8..89d6dcf 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -80,7 +80,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" + required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath" # qemu-native needs gcc 3.x if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: |