diff options
-rw-r--r-- | meta/conf/bitbake.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4fa47d88e5..f451ba6a47 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -173,25 +173,25 @@ DATETIME = "${DATE}${TIME}" | |||
173 | # python-native should be here but python relies on building | 173 | # python-native should be here but python relies on building |
174 | # its own in staging | 174 | # its own in staging |
175 | ASSUME_PROVIDED = "\ | 175 | ASSUME_PROVIDED = "\ |
176 | bash-native \ | ||
176 | bzip2-native \ | 177 | bzip2-native \ |
177 | chrpath-native \ | 178 | chrpath-native \ |
179 | diffstat-native \ | ||
178 | file-native \ | 180 | file-native \ |
179 | findutils-native \ | 181 | findutils-native \ |
180 | gawk-native \ | 182 | gawk-native \ |
181 | git-native \ | 183 | git-native \ |
182 | grep-native \ | 184 | grep-native \ |
183 | diffstat-native \ | ||
184 | patch-native \ | ||
185 | libgcc-native \ | ||
186 | hostperl-runtime-native \ | 185 | hostperl-runtime-native \ |
187 | hostpython-runtime-native \ | 186 | hostpython-runtime-native \ |
187 | libgcc-native \ | ||
188 | patch-native \ | ||
189 | sed-native \ | ||
188 | tar-native \ | 190 | tar-native \ |
189 | virtual/libintl-native \ | ||
190 | virtual/libiconv-native \ | ||
191 | virtual/crypt-native \ | ||
192 | texinfo-native \ | 191 | texinfo-native \ |
193 | bash-native \ | 192 | virtual/crypt-native \ |
194 | sed-native \ | 193 | virtual/libiconv-native \ |
194 | virtual/libintl-native \ | ||
195 | wget-native \ | 195 | wget-native \ |
196 | " | 196 | " |
197 | # gzip-native should be listed above? | 197 | # gzip-native should be listed above? |