bitbake.conf: Add chrpath-native to ASSUME_PROVIDED

We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED.

(From OE-Core rev: 97a3ea712003e8d48dc68c282e656591f39d2d1a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-10-02 14:12:21 +01:00
parent 32cc952460
commit 40a3cf008f
1 changed files with 2 additions and 0 deletions

View 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.