diff options
author | John Klug <john.klug@multitech.com> | 2018-06-11 17:05:33 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-06-11 17:05:33 -0500 |
commit | 00eb29538b9ace4b34a826ad807af35c77785604 (patch) | |
tree | 0e9640c08cb15cab86def3c6b29db26226d53102 | |
parent | 8037537bc59c59aa8164da2c08598f43718dadf8 (diff) | |
download | meta-mlinux-00eb29538b9ace4b34a826ad807af35c77785604.tar.gz meta-mlinux-00eb29538b9ace4b34a826ad807af35c77785604.tar.bz2 meta-mlinux-00eb29538b9ace4b34a826ad807af35c77785604.zip |
New rfcomm that reliably prints name of remote device
-rw-r--r-- | recipes-connectivity/bluez/bluez5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez/bluez5.inc b/recipes-connectivity/bluez/bluez5.inc index c83848a..e7acfe3 100644 --- a/recipes-connectivity/bluez/bluez5.inc +++ b/recipes-connectivity/bluez/bluez5.inc @@ -1,5 +1,5 @@ SUMMARY = "Linux Bluetooth Stack Userland V5" -PR = "m2" +PR = "m3" DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations, daemons, tools and system libraries." HOMEPAGE = "http://www.bluez.org" SECTION = "libs" |