summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
blob: 0868c3cd38e1855deec03835f61fb606ec42c366 (plain)
1
2
3
4
5
6
7
8
9
HOMEPAGE = "https://github.com/openbmc/openpower-vpd-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-vpd-parser;branch=master;protocol=https"
SRCREV = "5881d4f2d8b72da635552ff42efd1fc246cbb12d"
DEPENDS += "\
    nlohmann-json \
    cli11 \
"