summaryrefslogtreecommitdiff
path: root/recipes-connectivity/bluez
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-03-18 14:40:47 -0500
committerJohn Klug <john.klug@multitech.com>2019-03-18 14:40:47 -0500
commit4376851431bbe3edfa011b2e5e5bb56fd598750d (patch)
treeede1864be84718d7cb9b49bd52d0b58073b7e327 /recipes-connectivity/bluez
parent70e602cdd41141dc713c750623b48aef4250f27d (diff)
downloadmeta-mlinux-4376851431bbe3edfa011b2e5e5bb56fd598750d.tar.gz
meta-mlinux-4376851431bbe3edfa011b2e5e5bb56fd598750d.tar.bz2
meta-mlinux-4376851431bbe3edfa011b2e5e5bb56fd598750d.zip
Missing dependencies for bt-pan package
Diffstat (limited to 'recipes-connectivity/bluez')
-rw-r--r--recipes-connectivity/bluez/bluez5.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/bluez/bluez5.inc b/recipes-connectivity/bluez/bluez5.inc
index e7acfe3..35ebd0c 100644
--- a/recipes-connectivity/bluez/bluez5.inc
+++ b/recipes-connectivity/bluez/bluez5.inc
@@ -1,5 +1,5 @@
SUMMARY = "Linux Bluetooth Stack Userland V5"
-PR = "m3"
+PR = "m4"
DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations, daemons, tools and system libraries."
HOMEPAGE = "http://www.bluez.org"
SECTION = "libs"
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e"
DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline"
-RDEPENDS_${PN}-pand += "bash python-dbus python-logging python-syslog"
+RDEPENDS_${PN}-pand += "bash python-dbus python-logging python-syslog python-subprocess python-argparse"
RDEPENDS_${PN}-rfcomm += "bash python-pygobject python-syslog python-logging python-dbus"
PROVIDES += "bluez-hcidump"
RPROVIDES_${PN} += "bluez-hcidump"