diff options
-rw-r--r-- | meta-networking/recipes-extended/corosync/corosync_2.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb index 23a3d147f3..e2ab25b10b 100644 --- a/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb +++ b/meta-networking/recipes-extended/corosync/corosync_2.4.4.bb | |||
@@ -36,7 +36,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | |||
36 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | 36 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" |
37 | PACKAGECONFIG[qdevice] = "--enable-qdevices,--disable-qdevices" | 37 | PACKAGECONFIG[qdevice] = "--enable-qdevices,--disable-qdevices" |
38 | PACKAGECONFIG[qnetd] = "--enable-qnetd,--disable-qnetd" | 38 | PACKAGECONFIG[qnetd] = "--enable-qnetd,--disable-qnetd" |
39 | PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" | 39 | PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma,librdmacm" |
40 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" | 40 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" |
41 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_unitdir},--disable-systemd --without-systemddir,systemd" | 41 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_unitdir},--disable-systemd --without-systemddir,systemd" |
42 | 42 | ||