mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c206f7e984
commit
da52dce440
@@ -173,25 +173,25 @@ DATETIME = "${DATE}${TIME}"
|
|||||||
# python-native should be here but python relies on building
|
# python-native should be here but python relies on building
|
||||||
# its own in staging
|
# its own in staging
|
||||||
ASSUME_PROVIDED = "\
|
ASSUME_PROVIDED = "\
|
||||||
|
bash-native \
|
||||||
bzip2-native \
|
bzip2-native \
|
||||||
chrpath-native \
|
chrpath-native \
|
||||||
|
diffstat-native \
|
||||||
file-native \
|
file-native \
|
||||||
findutils-native \
|
findutils-native \
|
||||||
gawk-native \
|
gawk-native \
|
||||||
git-native \
|
git-native \
|
||||||
grep-native \
|
grep-native \
|
||||||
diffstat-native \
|
|
||||||
patch-native \
|
|
||||||
libgcc-native \
|
|
||||||
hostperl-runtime-native \
|
hostperl-runtime-native \
|
||||||
hostpython-runtime-native \
|
hostpython-runtime-native \
|
||||||
tar-native \
|
libgcc-native \
|
||||||
virtual/libintl-native \
|
patch-native \
|
||||||
virtual/libiconv-native \
|
|
||||||
virtual/crypt-native \
|
|
||||||
texinfo-native \
|
|
||||||
bash-native \
|
|
||||||
sed-native \
|
sed-native \
|
||||||
|
tar-native \
|
||||||
|
texinfo-native \
|
||||||
|
virtual/crypt-native \
|
||||||
|
virtual/libiconv-native \
|
||||||
|
virtual/libintl-native \
|
||||||
wget-native \
|
wget-native \
|
||||||
"
|
"
|
||||||
# gzip-native should be listed above?
|
# gzip-native should be listed above?
|
||||||
|
|||||||
Reference in New Issue
Block a user