Skip to content

Commit

Permalink
webos: com.webos.service.bluetooth2=79 bluetooth-sil-bluez5=87 com.we…
Browse files Browse the repository at this point in the history
…bos.service.hfp=35

:Release Notes:
Fix static issues for Bluetooth Components

:Detailed Notes:
com.webos.service.bluetooth2: submissions/78..submissions/79
d557508 To fix static issues for com.webos.service.bluetooth2
3d96736 Fixed coverity issue

bluetooth-sil-bluez5: submissions/86..submissions/87
2611fcb To fix static issues for bluetooth-sil-bluez5

com.webos.service.hfp: submissions/34..submissions/35
b2b612c To fix Static issues for com.webos.service.hfp

:Testing Performed:
Build Successful.Verified locally.

:QA Notes:
N/A

:Issues Addressed:
[WRR-6266] CCC: com.webos.service.bluetooth2=79
           bluetooth-sil-bluez5=87 com.webos.service.hfp=35
[CID-12410861]: Resource leak (RESOURCE_LEAK)
[CID-12410860]: Resource leak (RESOURCE_LEAK)

Cherry-picked-from-commit: 2b8d33511705824ec60fdc31e8cc5cbaf45935b6
Cherry-picked-from-branch:
  • Loading branch information
gadekula.sravan authored and ywbyun0815 committed Oct 28, 2024
1 parent a4283b7 commit c3fa675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/bluetooth/bluetooth-sil-bluez5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES ??= ""
# Add runtime dependency on bluez5 OBEX service when we have to support FTP
RDEPENDS:${PN} += "${@ bb.utils.contains('WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES', 'FTP', 'bluez5-obex', '', d)}"

WEBOS_VERSION = "0.1.0-86_8b351d29ada4adb9bf9d3a0c0d894fd45cd8073a"
WEBOS_VERSION = "0.1.0-87_91ed8541e63b298cda488585595a782b095da90c"
PR = "r11"

inherit webos_component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES = "GATT FTP OPP A2DP SPP HFP AVRCP PAN A
# emulator), which means that the pairing should happen without user intervention.
WEBOS_BLUETOOTH_PAIRING_IO_CAPABILITY ??= "NoInputNoOutput"

WEBOS_VERSION = "1.0.0-78_e020e6cf47e1841df331663586d107f66c6de5aa"
WEBOS_VERSION = "1.0.0-79_e5c85df2c743755aace12c613ced5627392a2c4b"
PR = "r10"

inherit webos_component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \

DEPENDS = "glib-2.0 glib-2.0-native luna-service2 pmloglib libpbnjson"

WEBOS_VERSION = "1.0.0-34_4e1ab4e3a5d2c7168dcc7d6c41ee607fb1616d49"
WEBOS_VERSION = "1.0.0-35_1c8e66b1e794a31d36d11fdc2afd4834184d70dd"
PR = "r9"

inherit webos_component
Expand Down

0 comments on commit c3fa675

Please sign in to comment.