summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2017-11-01 21:11:37 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-02 13:37:25 +0100
commit0f68d289d15ab6be7cb9b92cd6e084e4fa302312 (patch)
treef546b4871ac66d2281ab68d5e08224ffd3e6dfa3
parent9092d5aa7fef58b0c70de8f8f57641697e7352eb (diff)
downloadbuildroot-0f68d289d15ab6be7cb9b92cd6e084e4fa302312.tar.gz
buildroot-0f68d289d15ab6be7cb9b92cd6e084e4fa302312.zip
package/ussp-push: removed deprecated/no longer needed deps on openobex-bluez
Commit 49a9fb0f13789298e65f21405502a9106e2c7382 removed the BR2_PACKAGE_OPENOBEX_BLUEZ option, because BlueZ support is now unconditionally included in OpenOBEX. Therefore, selecting this legacy option no longer makes sense, and in fact triggers the legacy handling for no reason. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Reported-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> [Thomas: tweak commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/ussp-push/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ussp-push/Config.in b/package/ussp-push/Config.in
index e6695bb197..aefec85a20 100644
--- a/package/ussp-push/Config.in
+++ b/package/ussp-push/Config.in
@@ -5,7 +5,6 @@ config BR2_PACKAGE_USSP_PUSH
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
depends on BR2_USE_MMU # dbus
select BR2_PACKAGE_OPENOBEX
- select BR2_PACKAGE_OPENOBEX_BLUEZ
select BR2_PACKAGE_BLUEZ_UTILS
help
ussp-push is an OBEX object pusher for Linux, using the BlueZ
OpenPOWER on IntegriCloud