Artem Senichev | 5f84715 | 2020-06-16 10:05:38 +0300 | [diff] [blame] | 1 | SUMMARY = "Command line tool for configuring network" |
| 2 | DESCRIPTION = "YADRO OpenBMC command line tool for configuring network" |
| 3 | HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-netconfig" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | |
Andrew Geissler | 6e7f398 | 2021-11-03 10:03:03 -0500 | [diff] [blame] | 7 | inherit pkgconfig meson |
Artem Senichev | 5f84715 | 2020-06-16 10:05:38 +0300 | [diff] [blame] | 8 | |
| 9 | # License info |
| 10 | LICENSE = "Apache-2.0" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 12 | |
| 13 | # Dependencies |
| 14 | DEPENDS = "sdbusplus" |
| 15 | |
| 16 | # Source code repository |
| 17 | S = "${WORKDIR}/git" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 18 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-netconfig.git;branch=master;protocol=https" |
Alexander Filippov | 804f8b6 | 2021-07-21 11:38:14 +0300 | [diff] [blame] | 19 | SRCREV = "1d991868023b80a9361a7a46c6e6b8058b482f01" |