blob: 9a050d652692d169062564e8f243be9e2137dac9 [file] [log] [blame]
Artem Senichev1475c052020-06-15 19:34:35 +03001SUMMARY = "Command line tool for printing inventory"
2DESCRIPTION = "YADRO OpenBMC command line tool for printing inventory list"
3HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-lsinventory"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6
Andrew Geissler6e7f3982021-11-03 10:03:03 -05007inherit pkgconfig meson
Artem Senichev1475c052020-06-15 19:34:35 +03008
9# License info
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
12
13# Dependencies
14DEPENDS += " \
Andrei Kartashev6c752712021-12-09 12:47:47 +030015 nlohmann-json \
Artem Senichev1475c052020-06-15 19:34:35 +030016 sdbusplus \
17 "
18
19# Source code repository
20S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060021SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git;branch=master;protocol=https"
Andrei Kartashev6c752712021-12-09 12:47:47 +030022SRCREV = "d8e25f82ff29c7b2c6d1888e9fe28307f173b078"