diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-16 14:16:56 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-18 12:43:00 +0100 |
| commit | da52dce440a3633b6d34b69ddc068f3cf3a8cd9f (patch) | |
| tree | 9d0904b13fea926d8f2025623de87fda1d7ba42c | |
| parent | c206f7e984a4c9426e2bc79a8bd1d339bd19f1a1 (diff) | |
| download | poky-da52dce440a3633b6d34b69ddc068f3cf3a8cd9f.tar.gz | |
bitbake.conf: alphabetize contents of ASSUME_PROVIDED
Alphabetical order is always good.
(From OE-Core rev: 338834153ec2042fbe256b598753ffe492221cc4)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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? |
