[oe-commits] [openembedded-core] 16/41: busybox: don't build ar

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:06 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c850cf8ffc92dbbf36ae88553beb4c651e0c45df
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Apr 20 16:54:37 2016 +0100

    busybox: don't build ar
    
    As it's not 1978 anymore, nobody is using ar for anything apart from static
    archives.  If people are using static archives, then binutils provides a far
    more capable ar.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index ffea6be..c0459d5 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -135,7 +135,7 @@ CONFIG_FEATURE_SEAMLESS_LZMA=y
 CONFIG_FEATURE_SEAMLESS_BZ2=y
 CONFIG_FEATURE_SEAMLESS_GZ=y
 CONFIG_FEATURE_SEAMLESS_Z=y
-CONFIG_AR=y
+# CONFIG_AR is not set
 # CONFIG_FEATURE_AR_LONG_FILENAMES is not set
 # CONFIG_FEATURE_AR_CREATE is not set
 # CONFIG_UNCOMPRESS is not set

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list