Skip to content

Commit

Permalink
webos: packagegroup-webos-extended=r53 (install wireless-regdb-static…
Browse files Browse the repository at this point in the history
… for all DISTRO)

:Release Notes:
It was added only for webos DISTRO, but it could be useful for other
DISTROs with wifi support as well.

:Detailed Notes:

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-21716] CCC: Various build fixes
[WRQ-20759] iw reg set doesn't work
[WRQ-16273] [TAS Failed][OSE][QWAPI-3045] com.webos.service.wifi: getCountryCode

Change-Id: I22a33ee908ac339e3ddd3537cea6cfa0c49167a9
Reviewed-on: http://gpro.lge.com/c/webos-pro/meta-lg-webos/+/409063
Reviewed-by: Ghane Simit <[email protected]>
Reviewed-by: Abdul Khader <[email protected]>
Reviewed-by: Hieu Van Nguyen <[email protected]>
Reviewed-by: Jaekyu Lee <[email protected]>
Reviewed-by: Yangwoo Byun <[email protected]>
  • Loading branch information
shr-project committed Jun 10, 2024
1 parent 32e56a8 commit a61bcd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESCRIPTION = "meta-webos components used in webOS OSE"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

PR = "r52"
PR = "r53"

PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
Expand Down Expand Up @@ -90,6 +90,7 @@ RDEPENDS:${PN} = " \
${VIRTUAL-RUNTIME_nodejs-module-node-red} \
${VIRTUAL-RUNTIME_unifiedsearch} \
${WEBOS_FOSS_MISSING_FROM_RDEPENDS} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'wireless-regdb-static', '', d)} \
"

RDEPENDS:${PN}:append:webos = " \
Expand All @@ -107,7 +108,6 @@ RDEPENDS:${PN}:append:webos = " \
${VIRTUAL-RUNTIME_com.webos.app.statusbar} \
${VIRTUAL-RUNTIME_com.webos.service.flowmanager} \
${VIRTUAL-RUNTIME_contextintentmgr} \
wireless-regdb-static \
"

# XXX These FOSS components must be explicitly added because they are missing
Expand Down

0 comments on commit a61bcd9

Please sign in to comment.