]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add chrpath-native to ASSUME_PROVIDED
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 13:12:21 +0000 (14:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 16:07:04 +0000 (17:07 +0100)
We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index e168ef1f5b71d5e14e6c1cf2cce212b5f76d5a32..c049b29f3abef8765f922f206dac2839ab2c57c7 100644 (file)
@@ -161,6 +161,7 @@ DATETIME = "${DATE}${TIME}"
 # its own in staging
 ASSUME_PROVIDED = "\
     bzip2-native \
+    chrpath-native \
     git-native \
     grep-native \
     diffstat-native \
@@ -170,6 +171,7 @@ ASSUME_PROVIDED = "\
     tar-native \
     virtual/libintl-native \
     "
+# gzip-native should be listed above?
 
 ##################################################################
 # Package default variables.