]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: alphabetize contents of ASSUME_PROVIDED
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 16 May 2021 18:16:56 +0000 (14:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 May 2021 11:42:19 +0000 (12:42 +0100)
Alphabetical order is always good.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 4fa47d88e5da06a5509d4d582adc67e96ce72942..f451ba6a47c68853d2769d229c9df2fbfb7a0487 100644 (file)
@@ -173,25 +173,25 @@ DATETIME = "${DATE}${TIME}"
 # python-native should be here but python relies on building
 # its own in staging
 ASSUME_PROVIDED = "\
+    bash-native \
     bzip2-native \
     chrpath-native \
+    diffstat-native \
     file-native \
     findutils-native \
     gawk-native \
     git-native \
     grep-native \
-    diffstat-native \
-    patch-native \
-    libgcc-native \
     hostperl-runtime-native \
     hostpython-runtime-native \
+    libgcc-native \
+    patch-native \
+    sed-native \
     tar-native \
-    virtual/libintl-native \
-    virtual/libiconv-native \
-    virtual/crypt-native \
     texinfo-native \
-    bash-native \
-    sed-native \
+    virtual/crypt-native \
+    virtual/libiconv-native \
+    virtual/libintl-native \
     wget-native \
     "
 # gzip-native should be listed above?