blob: e868bbfb42e9cb7d54b08db59c12d5d3eb829e69 [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
7inherit meson
8
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"
18SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-netconfig.git"
19SRCREV = "b300465732616c6d456bdc2df2cce9d1246636a8"