An update to OE-core revealed the missing runtime dependency: ERROR: lms8-8.0.0-7-r0 do_package_qa: QA Issue: /usr/bin/notifyDesktop.sh contained in package lms8 requires /bin/bash, but no providers found in RDEPENDS_lms8? [file-rdeps]
Signed-off-by: California Sullivan <[email protected]> --- common/recipes-bsp/amt/lms8_8.0.0-7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-bsp/amt/lms8_8.0.0-7.bb b/common/recipes-bsp/amt/lms8_8.0.0-7.bb index 9b37b9b..c58ad64 100644 --- a/common/recipes-bsp/amt/lms8_8.0.0-7.bb +++ b/common/recipes-bsp/amt/lms8_8.0.0-7.bb @@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "7077db6f2f381e67cb37565b20c40ff0c7d3f98f014e65622a4b4b66c2 inherit autotools update-rc.d +RDEPENDS_${PN} += "bash" + INITSCRIPT_NAME = "lms8" INITSCRIPT_PARAMS = "defaults" -- 2.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
