summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb')
-rw-r--r--meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
index bdb7ced17..52b271c11 100644
--- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
+++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
@@ -29,7 +29,7 @@ inherit systemd cmake pkgconfig pythonnative perlnative
29SYSTEMD_SERVICE_${PN} = "openwsmand.service" 29SYSTEMD_SERVICE_${PN} = "openwsmand.service"
30SYSTEMD_AUTO_ENABLE = "disable" 30SYSTEMD_AUTO_ENABLE = "disable"
31 31
32LDFLAGS_append = "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd ", '', d)}" 32LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd ", '', d)}"
33 33
34EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \ 34EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \
35 -DBUILD_LIBCIM=NO \ 35 -DBUILD_LIBCIM=NO \
@@ -50,7 +50,7 @@ do_install_append() {
50 install -m 755 ${B}/etc/init/openwsmand.sh ${D}/${sysconfdir}/init.d/openwsmand 50 install -m 755 ${B}/etc/init/openwsmand.sh ${D}/${sysconfdir}/init.d/openwsmand
51 ln -sf ${sysconfdir}/init.d/openwsmand ${D}/${sbindir}/rcopenwsmand 51 ln -sf ${sysconfdir}/init.d/openwsmand ${D}/${sbindir}/rcopenwsmand
52 chmod 755 ${D}/${sysconfdir}/openwsman/owsmangencert.sh 52 chmod 755 ${D}/${sysconfdir}/openwsman/owsmangencert.sh
53 if ${@base_contains('DISTRO_FEATURES','systemd','true','false',d)}; then 53 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
54 install -d ${D}/${systemd_unitdir}/system 54 install -d ${D}/${systemd_unitdir}/system
55 install -m 644 ${WORKDIR}/openwsmand.service ${D}/${systemd_unitdir}/system 55 install -m 644 ${WORKDIR}/openwsmand.service ${D}/${systemd_unitdir}/system
56 56