diff options
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. |