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:10:33 +0100 |
commit | 40a3cf008f2fc4346d81bc2b3696fba44f9d9ee9 (patch) | |
tree | 171bc63b815d9287aab9b3b4c106664c7916b0c7 /meta/conf | |
parent | 32cc952460de203f3e5db2646861de2ecc951d66 (diff) | |
download | poky-40a3cf008f2fc4346d81bc2b3696fba44f9d9ee9.tar.gz |
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>
Diffstat (limited to 'meta/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}" | |||
161 | # its own in staging | 161 | # its own in staging |
162 | ASSUME_PROVIDED = "\ | 162 | ASSUME_PROVIDED = "\ |
163 | bzip2-native \ | 163 | bzip2-native \ |
164 | chrpath-native \ | ||
164 | git-native \ | 165 | git-native \ |
165 | grep-native \ | 166 | grep-native \ |
166 | diffstat-native \ | 167 | diffstat-native \ |
@@ -170,6 +171,7 @@ ASSUME_PROVIDED = "\ | |||
170 | tar-native \ | 171 | tar-native \ |
171 | virtual/libintl-native \ | 172 | virtual/libintl-native \ |
172 | " | 173 | " |
174 | # gzip-native should be listed above? | ||
173 | 175 | ||
174 | ################################################################## | 176 | ################################################################## |
175 | # Package default variables. | 177 | # Package default variables. |