Make sure applets needed for test go to test package and SpoolerApplet goes to jhi package.
Signed-off-by: Anuj Mittal <[email protected]> --- recipes-support/jhi/jhi_1.37.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/jhi/jhi_1.37.bb b/recipes-support/jhi/jhi_1.37.bb index 8c968f62..625475d7 100644 --- a/recipes-support/jhi/jhi_1.37.bb +++ b/recipes-support/jhi/jhi_1.37.bb @@ -46,15 +46,15 @@ do_install_append () { cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/applets/ } -PACKAGES =+ "${PN}-test" +PACKAGES += "${PN}-test" FILES_${PN}-dev = "" FILES_${PN} = "\ ${sbindir} \ ${sysconfdir} \ - ${libdir} \ - ${libdir}/dal/applets \ + ${libdir}/lib*${SOLIBSDEV} \ + ${libdir}/dal/applets/SpoolerApplet.dalp \ ${nonarch_libdir}/tmpfiles.d \ ${systemd_system_unitdir} \ ${localstatedir}/cache/dal/applet_repository \ -- 2.25.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6529): https://lists.yoctoproject.org/g/meta-intel/message/6529 Mute This Topic: https://lists.yoctoproject.org/mt/74132125/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
