package/libv4l: toolchain w/ locale is not mandatory
authorHugues Fruchet <hugues.fruchet@st.com>
Fri, 9 Jun 2017 12:18:04 +0000 (14:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Jun 2017 21:33:15 +0000 (23:33 +0200)
libv4l package builds fine even if locale is not enabled.
This have been tested with stm32f469_disco_defconfig
enabling build of libv4l package:
+#v4l utilities
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
+BR2_PACKAGE_LIBV4L=y
+BR2_PACKAGE_LIBV4L_UTILS=y

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libv4l/Config.in

index 8d1b931424dd1e381e08e87e44aed173aa574c8e..638aeff749c8f9a8b1a007523f5c5f46059674d7 100644 (file)
@@ -19,7 +19,6 @@ comment "libv4l JPEG support not enabled"
 
 config BR2_PACKAGE_LIBV4L_UTILS
        bool "v4l-utils tools"
-       depends on BR2_ENABLE_LOCALE
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        help
          v4l-utils is a collection of various video4linux and DVB utilities.
@@ -35,9 +34,6 @@ config BR2_PACKAGE_LIBV4L_UTILS
          - rds-ctl
          - qv4l2 (if Qt is enabled)
 
-comment "libv4l-utils tools need a toolchain w/ locale"
-       depends on !BR2_ENABLE_LOCALE
-
 endif
 
 comment "libv4l needs a toolchain w/ threads, C++ and headers >= 3.0"