diff options
-rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb index 1a7d00ee30..0ef13b0485 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb | |||
@@ -41,9 +41,10 @@ SYSTEMD_SERVICE_${PN} += "opensafd.service" | |||
41 | SYSTEMD_AUTO_ENABLE = "disable" | 41 | SYSTEMD_AUTO_ENABLE = "disable" |
42 | 42 | ||
43 | PACKAGECONFIG[systemd] = ",,systemd" | 43 | PACKAGECONFIG[systemd] = ",,systemd" |
44 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" | 44 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03,,openhpi" |
45 | PACKAGECONFIG[plm] = "--enable-ais-plm,--disable-ais-plm,libvirt openhpi" | ||
45 | 46 | ||
46 | PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 47 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
47 | 48 | ||
48 | PKGLIBDIR="${libdir}" | 49 | PKGLIBDIR="${libdir}" |
49 | 50 | ||