From 390b08ac1780274fee7ba0deb186efe27c0d4193 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 11 May 2020 17:26:13 +0800 Subject: jhi: split installation of applets Make sure applets needed for test go to test package and SpoolerApplet goes to jhi package. Signed-off-by: Anuj Mittal --- recipes-support/jhi/jhi_1.37.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-support/jhi') 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 \ -- cgit v1.2.3-54-g00ecf