Skip to content

Commit

Permalink
webos: webos-initscripts=100-r19
Browse files Browse the repository at this point in the history
:Release Notes:
Avoid distro string dependency.
Stop inheritting webos_distro_dep.

:Detailed Notes:
webos-initscripts: submissions/99..submissions/100
2bb6591 Avoid distro string dependency

:Testing Performed:
See the CCC jira ticket

:QA Notes:
N/A

:Issues Addressed:
[WRQ-11571] CCC: webos-initscripts=100-r19
[WRQ-5372] Prohibit to use DISTRO-related string at component build
[WRQ-10269] [RP] Review initscripts patches for distro

Cherry-picked-from-commit: b7c7fcd
Cherry-picked-from-branch:
  • Loading branch information
hongsukil authored and ywbyun0815 committed May 28, 2024
1 parent 2c6fe15 commit d1fc604
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions meta-webos/recipes-core/initscripts/webos-initscripts.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_init_manager} ${VIRTUAL-RUNTIME_bash} python
PROVIDES = "initscripts"
RPROVIDES:${PN} = "initscripts initd-functions"

WEBOS_VERSION = "3.0.0-99_e9ac55016c0a9aa3430787d7f14cc590085d1b46"
PR = "r18"
WEBOS_VERSION = "3.0.0-100_2445d13160d913a36ebdfb3272f4d7e91af4bbe1"
PR = "r19"

inherit webos_component
inherit webos_enhanced_submissions
inherit webos_cmake
inherit webos_distro_dep
inherit webos_distro_variant_dep
inherit webos_public_repo

SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
Expand Down

0 comments on commit d1fc604

Please sign in to comment.