libfslcodec: needs a (e)glibc based toolchain
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 11 Apr 2014 15:11:43 +0000 (17:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 11 Apr 2014 15:11:43 +0000 (17:11 +0200)
The package contains prebuilt binaries linked against glibc.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gst-fsl-plugins/Config.in
package/libfslcodec/Config.in

index 4e2bbe41adc4cd5b7dd6658bd90a0485a3031587..afedd958d0d728dfb88dc6ee523fc4c453955966 100644 (file)
@@ -1,10 +1,15 @@
 comment "gst-fsl-plugins needs an imx-specific Linux kernel to be built"
        depends on BR2_arm && !BR2_LINUX_KERNEL
 
+comment "gst-fsl-plugines needs an (e)glibc toolchain"
+       depends on BR2_arm
+       depends on !BR2_TOOLCHAIN_USES_GLIBC
+
 config BR2_PACKAGE_GST_FSL_PLUGINS
        bool "gst-fsl-plugins"
        depends on BR2_LINUX_KERNEL
        depends on BR2_arm # Only relevant for i.MX
+       depends on BR2_TOOLCHAIN_USES_GLIBC # libfslcodec
        select BR2_PACKAGE_GST_PLUGINS_BASE
        select BR2_PACKAGE_LIBFSLVPUWRAP
        select BR2_PACKAGE_IMX_LIB
index 7b31b7a71f78a58a3f29cca376149996772f147f..be79352dbb11964d14b78c49c1d0d1f07ce9be20 100644 (file)
@@ -1,8 +1,13 @@
 config BR2_PACKAGE_LIBFSLCODEC
        bool "libfslcodec"
        depends on BR2_arm # Only relevant for i.MX
+       depends on BR2_TOOLCHAIN_USES_GLIBC
        help
          Binary codec libraries for the Freescale i.MX SoCs.
 
          This library is provided by Freescale as-is and doesn't have
          an upstream.
+
+comment "libfslcodec needs an (e)glibc toolchain"
+       depends on BR2_arm
+       depends on !BR2_TOOLCHAIN_USES_GLIBC