blob: 6cb93f955bd52b5237f7da60f86327900cf027f2 [file] [log] [blame]
Artem Senichev5f847152020-06-16 10:05:38 +03001SUMMARY = "Command line tool for configuring network"
2DESCRIPTION = "YADRO OpenBMC command line tool for configuring network"
3HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-netconfig"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6
Andrew Geissler6e7f3982021-11-03 10:03:03 -05007inherit pkgconfig meson
Artem Senichev5f847152020-06-16 10:05:38 +03008
9# License info
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
12
13# Dependencies
14DEPENDS = "sdbusplus"
15
16# Source code repository
17S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060018SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-netconfig.git;branch=master;protocol=https"
Alexander Filippov804f8b62021-07-21 11:38:14 +030019SRCREV = "1d991868023b80a9361a7a46c6e6b8058b482f01"