[oe-commits] Andre McCurdy : busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 10:28:45 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 83231083c0c6e1ffdcf6239b85e0058232a92be0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=83231083c0c6e1ffdcf6239b85e0058232a92be0

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jul 30 13:56:22 2015 -0700

busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig

CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is obsolete and removed
from busybox v1.21.0 onwards:

  http://git.busybox.net/busybox/commit/?id=04b52892ed5d9d8a4cf5d887c221a8b50c71274e

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 468c40e..aa7b782 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -375,7 +375,6 @@ CONFIG_FEATURE_VI_USE_SIGNALS=y
 # CONFIG_FEATURE_VI_SET is not set
 CONFIG_FEATURE_VI_WIN_RESIZE=y
 # CONFIG_FEATURE_VI_ASK_TERMINAL is not set
-CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
 CONFIG_AWK=y
 CONFIG_FEATURE_AWK_LIBM=y
 CONFIG_CMP=y



More information about the Openembedded-commits mailing list