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:03 +0000 |
commit | 1568f4fa1c8f8abd9b365ecd264841cd4f6b66b1 (patch) | |
tree | 27e82ff101354b251564ab44fec78ffa242af399 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 0565377851bf73be39b09b06b2aa630f2225eee3 (diff) | |
download | openembedded-core-contrib-1568f4fa1c8f8abd9b365ecd264841cd4f6b66b1.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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 62bd143b0d7..3aaefa366cc 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}" |