diff options
Diffstat (limited to 'recipes-support/jhi/jhi_1.37.bb')
-rw-r--r-- | recipes-support/jhi/jhi_1.37.bb | 6 |
1 files 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 () { | |||
46 | cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/applets/ | 46 | cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/applets/ |
47 | } | 47 | } |
48 | 48 | ||
49 | PACKAGES =+ "${PN}-test" | 49 | PACKAGES += "${PN}-test" |
50 | 50 | ||
51 | FILES_${PN}-dev = "" | 51 | FILES_${PN}-dev = "" |
52 | 52 | ||
53 | FILES_${PN} = "\ | 53 | FILES_${PN} = "\ |
54 | ${sbindir} \ | 54 | ${sbindir} \ |
55 | ${sysconfdir} \ | 55 | ${sysconfdir} \ |
56 | ${libdir} \ | 56 | ${libdir}/lib*${SOLIBSDEV} \ |
57 | ${libdir}/dal/applets \ | 57 | ${libdir}/dal/applets/SpoolerApplet.dalp \ |
58 | ${nonarch_libdir}/tmpfiles.d \ | 58 | ${nonarch_libdir}/tmpfiles.d \ |
59 | ${systemd_system_unitdir} \ | 59 | ${systemd_system_unitdir} \ |
60 | ${localstatedir}/cache/dal/applet_repository \ | 60 | ${localstatedir}/cache/dal/applet_repository \ |