]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dstat: propagate python !static dependency
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 6 May 2015 21:39:54 +0000 (23:39 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 6 May 2015 21:48:51 +0000 (23:48 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dstat/Config.in

index 63db87bc9306e9e1ca51862d8687e50118a353c0..6536a5e54457b7f1eead6b79f602acf973794d16 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_DSTAT
        depends on BR2_USE_WCHAR # python
        depends on BR2_USE_MMU # python
        depends on BR2_TOOLCHAIN_HAS_THREADS # python
+       depends on !BR2_STATIC_LIBS # python
        select BR2_PACKAGE_PYTHON
        help
          Dstat, written in Python, is a versatile replacement for vmstat,
@@ -21,6 +22,6 @@ config BR2_PACKAGE_DSTAT
 
          http://dag.wieers.com/home-made/dstat/
 
-comment "dstat needs a toolchain w/ wchar, threads"
+comment "dstat needs a toolchain w/ wchar, threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS