Skip to content

Commit

Permalink
ose: settingsservice=18 jemalloc=6-r5
Browse files Browse the repository at this point in the history
:Release Notes:
Fix static analysis issues

:Detailed Notes:
settingsservice: submissions/17..submissions/18
3f3e6aa Fix coverity issues

jemalloc: submissions/5..submissions/6
8ae7a30 Fix build with glibc-2.32
c4d0023 Fix static issues

:Testing Performed:
Please check CCC ticket [WRP-11330] for details.

:QA Notes:

:Issues Addressed:
[WRP-11330] CCC: settingsservice=18 jemalloc=6-r5
[WRP-10344] Fix static issues in settings service component
[WRP-9423]  Fix jemalloc static issues

Cherry-picked-from-commit: 0c27f7e
Cherry-picked-from-branch:
  • Loading branch information
manjuraehmad.momin authored and jaekyu-lee committed Apr 25, 2023
1 parent 6e76325 commit f28d80d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
6 changes: 2 additions & 4 deletions meta-webos/recipes-webos/jemalloc/jemalloc.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = " \
file://oss-pkg-info.yaml;md5=a062b932da63efa0c8ac4060de1864cf \
"

WEBOS_VERSION = "0.20080828a-0webos9-5_959943d029e341cef3839f6b2e8cba04825a852d"
PR = "r4"
WEBOS_VERSION = "0.20080828a-0webos9-6_f527e94e1facd3a9c801bf181d5e7cba287d04bb"
PR = "r5"

inherit webos_upstream_from_repo
inherit webos_public_repo
Expand All @@ -21,5 +21,3 @@ inherit webos_library

SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
S = "${WORKDIR}/git"

SRC_URI += "file://0001-Fix-build-with-glibc-2.32.patch"

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "glib-2.0 glibmm luna-service2 libpbnjson pmloglib openssl libbson boost"
RDEPENDS:${PN} = "settingsservice-conf"

WEBOS_VERSION = "1.0.22-17_ec43a793ccf3541c5053b6e4e998d49c9897eb42"
WEBOS_VERSION = "1.0.22-18_f759435b2c12ab714a5ed6d8e8bed478f4e47e3a"
PR = "r24"

inherit webos_component
Expand Down

0 comments on commit f28d80d

Please sign in to comment.