Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Subject: [PATCH] DELIA-24590 RDK-27733: Removing do_postpatch from Bluetooth Rec
add patch file for modifying bluetooth.service.
Source: COMCAST
Signed-off-by: mselva006c <mani_selvaraj@comcast.com>
Upstream-Status: Pending
---
src/bluetooth.service.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index f9faaa4..18e5687 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
Index: bluez-5.72/src/bluetooth.service.in
===================================================================
--- bluez-5.72.orig/src/bluetooth.service.in
+++ bluez-5.72/src/bluetooth.service.in
@@ -1,5 +1,7 @@
[Unit]
Description=Bluetooth service
Expand All @@ -28,4 +29,4 @@ index f9faaa4..18e5687 100644
+Restart=always
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true

4 changes: 2 additions & 2 deletions recipes-connectivity/bluez5/bluez5_5.%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RREPLACES:${PN} += "${PN}-systemd"
RCONFLICTS:${PN} += "${PN}-systemd"

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
#SRC_URI += "file://0001-bluetooth_service_in_generic.patch \
# "
SRC_URI += "file://0001-bluetooth_service_in_generic.patch \
"

do_install:append() {
mkdir -p ${D}${includedir}/bluetooth/audio/
Expand Down