[Buildroot] [git commit] snowball-hdmiservice: wants to build a .so, needs !BR2_PREFER_STATIC_LIB

Peter Korsgaard peter at korsgaard.com
Wed Sep 10 07:37:31 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=028e97f2133d41c87ced10391f318db55c71c3b1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.net/results/47f/47f52078c52bd1270e9d7ca795a4b3b21737b39c/

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/snowball-hdmiservice/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/snowball-hdmiservice/Config.in b/package/snowball-hdmiservice/Config.in
index a22797f..f43685f 100644
--- a/package/snowball-hdmiservice/Config.in
+++ b/package/snowball-hdmiservice/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SNOWBALL_HDMISERVICE
 	bool "snowball-hdmiservice"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_PREFER_STATIC_LIB
 	help
 	  HDMI userspace control daemon
 
@@ -8,3 +9,6 @@ config BR2_PACKAGE_SNOWBALL_HDMISERVICE
 	  snowball board
 
 	  http://www.igloocommunity.org
+
+comment "snowball-hdmiservice needs a toolchain w/ threads, dynamic library"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB


More information about the buildroot mailing list