diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-20 16:54:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:43 +0100 |
commit | 5073e5bbf13a3acf2716849a8a2a1ecd7d78c341 (patch) | |
tree | 4553d46129d6f5da4ae3bc3f204995c8cecb17dc | |
parent | 002847ab0bda15d024f24937ca8956d52406b0b5 (diff) | |
download | poky-5073e5bbf13a3acf2716849a8a2a1ecd7d78c341.tar.gz |
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.
(From OE-Core rev: 664a7743a7a2dd6a5c3676c06c35b692af2907e2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index ffea6be873..c0459d5961 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig | |||
@@ -135,7 +135,7 @@ CONFIG_FEATURE_SEAMLESS_LZMA=y | |||
135 | CONFIG_FEATURE_SEAMLESS_BZ2=y | 135 | CONFIG_FEATURE_SEAMLESS_BZ2=y |
136 | CONFIG_FEATURE_SEAMLESS_GZ=y | 136 | CONFIG_FEATURE_SEAMLESS_GZ=y |
137 | CONFIG_FEATURE_SEAMLESS_Z=y | 137 | CONFIG_FEATURE_SEAMLESS_Z=y |
138 | CONFIG_AR=y | 138 | # CONFIG_AR is not set |
139 | # CONFIG_FEATURE_AR_LONG_FILENAMES is not set | 139 | # CONFIG_FEATURE_AR_LONG_FILENAMES is not set |
140 | # CONFIG_FEATURE_AR_CREATE is not set | 140 | # CONFIG_FEATURE_AR_CREATE is not set |
141 | # CONFIG_UNCOMPRESS is not set | 141 | # CONFIG_UNCOMPRESS is not set |