|
@@ -36,7 +36,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
|
|
PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"
|
|
|
PACKAGECONFIG[qdevice] = "--enable-qdevices,--disable-qdevices"
|
|
|
PACKAGECONFIG[qnetd] = "--enable-qnetd,--disable-qnetd"
|
|
|
-PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
|
|
|
+PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma,librdmacm"
|
|
|
PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp"
|
|
|
PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_unitdir},--disable-systemd --without-systemddir,systemd"
|
|
|
|