blob: 9e97e40bacdf889be1f5088c13f108d49b77d127 [file] [log] [blame]
Deepak Kodihalli75c32cc2017-02-05 10:39:06 -06001HOMEPAGE = "https://github.com/openbmc/openpower-vpd-parser"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williamsbb99d222022-01-24 15:55:09 -06004SRC_URI += "git://github.com/openbmc/openpower-vpd-parser;branch=master;protocol=https"
Andrew Geisslerc20b43f2024-02-13 01:10:04 -06005SRCREV = "df5a0eb1cdf8cb4ebd6977d488c9a8f4dd42dddd"
Patrick Williams8bf199c2023-09-11 11:46:54 -05006DEPENDS += "\
7 nlohmann-json \
8 cli11 \
9"