diff options
author | John Klug <john.klug@multitech.com> | 2019-03-18 14:40:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | fd5044d42e16ad297495a907676f686dfea1e4f6 (patch) | |
tree | ede1864be84718d7cb9b49bd52d0b58073b7e327 /recipes-connectivity | |
parent | 9b1fb433be2e59e7bae796d7a9e5805cf72b1345 (diff) | |
download | meta-mlinux-fd5044d42e16ad297495a907676f686dfea1e4f6.tar.gz meta-mlinux-fd5044d42e16ad297495a907676f686dfea1e4f6.tar.bz2 meta-mlinux-fd5044d42e16ad297495a907676f686dfea1e4f6.zip |
Missing dependencies for bt-pan package
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/bluez/bluez5.inc | 4 |
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" |