summaryrefslogtreecommitdiffstats
path: root/package/sigrok-cli
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2015-02-20 13:28:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-20 18:56:50 +0100
commit8dee519750c3ee1a229033eec4cff2e2e80cb54c (patch)
treeffe7268daadd0033cd96c921c11d9dc48a37c3f6 /package/sigrok-cli
parent3fa9de28d4a8dd5c65ee1e54b88e2d53d4e01da1 (diff)
downloadbuildroot-8dee519750c3ee1a229033eec4cff2e2e80cb54c.tar.gz
buildroot-8dee519750c3ee1a229033eec4cff2e2e80cb54c.zip
libsigrok: don't select libserialport in Config.in
Libsigrok can be built without libserialport. Don't select it in Config.in from both libsigrok and sigrok-cli and add a check to libsigrok.mk to determine whether libserialport should be enabled. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sigrok-cli')
-rw-r--r--package/sigrok-cli/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/sigrok-cli/Config.in b/package/sigrok-cli/Config.in
index e3e5420aba..4e7f137185 100644
--- a/package/sigrok-cli/Config.in
+++ b/package/sigrok-cli/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_SIGROK_CLI
bool "sigrok-cli"
- select BR2_PACKAGE_LIBSERIALPORT
select BR2_PACKAGE_LIBSIGROK
# libsigrok->libglib2:
depends on BR2_USE_WCHAR
OpenPOWER on IntegriCloud