diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 14:12:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:07:04 +0100 |
commit | 97a3ea712003e8d48dc68c282e656591f39d2d1a (patch) | |
tree | 6e95b6db72e372b92daa7463a9cabe733c5f0a49 /meta/conf/bitbake.conf | |
parent | 9496d4cd77ae632251b4262b63be857fc4fcb31e (diff) | |
download | openembedded-core-97a3ea712003e8d48dc68c282e656591f39d2d1a.tar.gz openembedded-core-97a3ea712003e8d48dc68c282e656591f39d2d1a.tar.bz2 openembedded-core-97a3ea712003e8d48dc68c282e656591f39d2d1a.zip |
bitbake.conf: Add chrpath-native to ASSUME_PROVIDED
We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e168ef1f5b..c049b29f3a 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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. |