diff options
Diffstat (limited to 'recipes-connectivity/bluez/bluez5.inc')
-rw-r--r-- | recipes-connectivity/bluez/bluez5.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez/bluez5.inc b/recipes-connectivity/bluez/bluez5.inc index 14941f6..2695d09 100644 --- a/recipes-connectivity/bluez/bluez5.inc +++ b/recipes-connectivity/bluez/bluez5.inc @@ -1,4 +1,5 @@ SUMMARY = "Linux Bluetooth Stack Userland V5" +PR=m1 DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations, daemons, tools and system libraries." HOMEPAGE = "http://www.bluez.org" SECTION = "libs" @@ -24,6 +25,7 @@ SRC_URI = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ file://default \ + file://CVE-2017-1000250.patch \ " S = "${WORKDIR}/bluez-${PV}" |