diff options
author | Kenta <murakami.kenta002@jp.panasonic.com> | 2025-01-14 20:21:02 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-17 09:00:10 +0000 |
commit | 4cf280d7b5f9e76c60ba677671a7ae7af2d86db4 (patch) | |
tree | 2224fa10b01571e8f082eb0767af1b432080b00b /meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb | |
parent | f61e2894318d3429be2d5f78a6e8ee565ec989f7 (diff) |
Unified HMI: Fix QA WARNING
Some QA WARNINGs occurred when building uhmi ddfw recipes.
This commit resolves them by fixing the recipes.
Bug-AGL: SPEC-5254
Change-Id: Ibe2d8bdbd1449b5d3f82fced87fe4e6a74dce6c9
Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
Diffstat (limited to 'meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb')
-rw-r--r-- | meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb b/meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb index daa5fff4..57af74ef 100644 --- a/meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb +++ b/meta-uhmi/recipes-core/uhmi-ivi-wm/uhmi-ivi-wm_git.bb @@ -19,10 +19,8 @@ PV = "0.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit cmake +inherit cmake systemd features_check - -inherit systemd SRC_URI += " file://uhmi-ivi-wm.service" REQUIRED_DISTRO_FEATURES = "systemd" SYSTEMD_PACKAGES = "${PN}" @@ -39,6 +37,5 @@ do_install:append() { fi } - FILES:${PN} += " /usr/bin/uhmi-ivi-wm" FILES:${PN} += " /usr/share/*" |