blob: b74ef8b339e091b1993a772b0edd4620b40a4efe [file] [log] [blame]
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -06001SUMMARY = "Network DBUS object"
2DESCRIPTION = "Network DBUS object"
3HOMEPAGE = "http://github.com/openbmc/phosphor-networkd"
4PR = "r1"
Patrick Venture64d7d982018-10-21 08:21:23 -07005PV = "1.0+git${SRCPV}"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -06006
Matthew Barth2ece5742016-09-28 13:14:43 -05007inherit autotools pkgconfig
Ratan Gupta05787732017-04-28 10:12:54 +05308inherit pythonnative
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -06009inherit obmc-phosphor-license
Brad Bishopbce1a792016-09-06 20:37:22 -040010inherit obmc-phosphor-dbus-service
Patrick Williams5afacef2017-05-29 22:08:38 -050011inherit phosphor-networkd-rev
vishwab18b1332016-06-20 06:41:52 -050012
Ratan Guptab6de45c2017-07-06 21:09:14 +053013DBUS_SERVICE_${PN} += "xyz.openbmc_project.Network.service"
14
Matthew Barth95cd1b22016-10-24 12:51:20 -050015DEPENDS += "systemd"
Matthew Barth2ece5742016-09-28 13:14:43 -050016DEPENDS += "autoconf-archive-native"
Ratan Gupta05787732017-04-28 10:12:54 +053017DEPENDS += "sdbusplus sdbusplus-native"
Adriana Kobylak129fc1c2018-10-01 14:02:44 -050018DEPENDS += "sdeventplus"
Ratan Gupta05787732017-04-28 10:12:54 +053019DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
20DEPENDS += "phosphor-logging"
Ratan Gupta62f25ec2018-03-20 15:26:20 +053021DEPENDS += "libnl"
Ratan Gupta05787732017-04-28 10:12:54 +053022
Matthew Barth95cd1b22016-10-24 12:51:20 -050023RDEPENDS_${PN} += "libsystemd"
Ratan Gupta05787732017-04-28 10:12:54 +053024RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
25RDEPENDS_${PN} += "phosphor-logging"
Ratan Gupta62f25ec2018-03-20 15:26:20 +053026RDEPENDS_${PN} += "libnl"
27RDEPENDS_${PN} += "libnl-genl"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060028
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060029S = "${WORKDIR}/git"