diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-12-28 13:55:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 13:02:11 +0000 |
commit | 2cd061a29a94fdcdfec86732e6bcbb71c12c4afc (patch) | |
tree | 166dce9457196ff6f26b2f21a72dcabfa1aefa86 /meta/recipes-connectivity | |
parent | 4c35473a186569daf1685dc3190972299070a661 (diff) | |
download | poky-2cd061a29a94fdcdfec86732e6bcbb71c12c4afc.tar.gz |
bluez5: include the patch only for 5.36
* 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
(From OE-Core rev: 1568f4fa1c8f8abd9b365ecd264841cd4f6b66b1)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.36.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 62bd143b0d..3aaefa366c 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," | |||
18 | 18 | ||
19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
20 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 20 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |
21 | file://core-profile-Fix-possible-crash-when-registering-pro.patch \ | ||
22 | file://init \ | 21 | file://init \ |
23 | " | 22 | " |
24 | S = "${WORKDIR}/bluez-${PV}" | 23 | 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 b94ed31def..884bb7760e 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.36.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.36.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | require bluez5.inc | 1 | require bluez5.inc |
2 | |||
3 | SRC_URI += "file://core-profile-Fix-possible-crash-when-registering-pro.patch" | ||
2 | SRC_URI[md5sum] = "9a0ee479cacc44fac68f6a65b1cd3eba" | 4 | SRC_URI[md5sum] = "9a0ee479cacc44fac68f6a65b1cd3eba" |
3 | SRC_URI[sha256sum] = "a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2" | 5 | SRC_URI[sha256sum] = "a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2" |
4 | 6 | ||