blob: aa49cabc2c61f30d9125e2b5315f977de4ff5c4b [file] [log] [blame]
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -06001SUMMARY = "Network DBUS object"
2DESCRIPTION = "Network DBUS object"
3HOMEPAGE = "http://github.com/openbmc/phosphor-networkd"
4PR = "r1"
Patrick Venturecf820d12018-10-21 08:21:23 -07005PV = "1.0+git${SRCPV}"
Brad Bishop75f03872018-11-03 09:41:57 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -06008
Matthew Barth385b5372016-09-28 13:14:43 -05009inherit autotools pkgconfig
Ratan Gupta153a6dc2017-04-28 10:12:54 +053010inherit pythonnative
Brad Bishop3e7c23d2016-09-06 20:37:22 -040011inherit obmc-phosphor-dbus-service
Patrick Williamsab8de5b2017-05-29 22:08:38 -050012inherit phosphor-networkd-rev
vishwa63f0fce2016-06-20 06:41:52 -050013
Ratan Guptad3c61642017-07-06 21:09:14 +053014DBUS_SERVICE_${PN} += "xyz.openbmc_project.Network.service"
15
Matthew Barth0c9d4d22016-10-24 12:51:20 -050016DEPENDS += "systemd"
Matthew Barth385b5372016-09-28 13:14:43 -050017DEPENDS += "autoconf-archive-native"
Ratan Gupta153a6dc2017-04-28 10:12:54 +053018DEPENDS += "sdbusplus sdbusplus-native"
Adriana Kobylak1b7cb122018-10-01 14:02:44 -050019DEPENDS += "sdeventplus"
Ratan Gupta153a6dc2017-04-28 10:12:54 +053020DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
21DEPENDS += "phosphor-logging"
Ratan Gupta7a5340b2018-03-20 15:26:20 +053022DEPENDS += "libnl"
Ratan Gupta153a6dc2017-04-28 10:12:54 +053023
Matthew Barth0c9d4d22016-10-24 12:51:20 -050024RDEPENDS_${PN} += "libsystemd"
Ratan Gupta153a6dc2017-04-28 10:12:54 +053025RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
26RDEPENDS_${PN} += "phosphor-logging"
Ratan Gupta7a5340b2018-03-20 15:26:20 +053027RDEPENDS_${PN} += "libnl"
28RDEPENDS_${PN} += "libnl-genl"
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -060029
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -060030S = "${WORKDIR}/git"