Commit e265a1fa authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFL



The BR2_PACKAGE_FLEX_LIBFL knob was removed by
bd72a13a so remove it from the packages
that used it since it's completely unnecessary.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 442aa88f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ config BR2_PACKAGE_GOB2
	depends on BR2_USE_MMU
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	select BR2_PACKAGE_BISON
	help
	  GOB (GTK+ Object Builder) is a preprocessor which simplifies
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config BR2_PACKAGE_IPSEC_TOOLS
	bool "ipsec-tools"
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	help
	  This package is required to support IPSec for Linux 2.6+

+0 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBCUE
	bool "libcue"
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	help
	  CUE Sheet Parser Library

+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config BR2_PACKAGE_LINUX_PAM
	bool "linux-pam"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
	help
	  A Security Framework that Provides Authentication for Applications
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ config BR2_PACKAGE_RADVD
	# libdaemon uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	select BR2_PACKAGE_LIBDAEMON
	depends on BR2_INET_IPV6
	help