All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bluez5: include the patch only for 5.36
@ 2015-12-28 12:55 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2015-12-28 12:55 UTC (permalink / raw)
  To: openembedded-core

* it's backport so it probably won't be needed for newer version and it doesn't
  apply for older versions, so it just prevents to easily use bluez5.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-connectivity/bluez5/bluez5.inc     | 1 -
 meta/recipes-connectivity/bluez5/bluez5_5.36.bb | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 62bd143..3aaefa3 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -18,7 +18,6 @@ PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
 
 SRC_URI = "\
     ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
-    file://core-profile-Fix-possible-crash-when-registering-pro.patch \
     file://init \
 "
 S = "${WORKDIR}/bluez-${PV}"
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.36.bb b/meta/recipes-connectivity/bluez5/bluez5_5.36.bb
index b94ed31..884bb77 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.36.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.36.bb
@@ -1,4 +1,6 @@
 require bluez5.inc
+
+SRC_URI += "file://core-profile-Fix-possible-crash-when-registering-pro.patch"
 SRC_URI[md5sum] = "9a0ee479cacc44fac68f6a65b1cd3eba"
 SRC_URI[sha256sum] = "a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2"
 
-- 
2.6.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-28 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-28 12:55 [PATCH] bluez5: include the patch only for 5.36 Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.