William A. Kennington III | 511bd61 | 2021-03-24 11:12:07 -0700 | [diff] [blame^] | 1 | HOMEPAGE = "http://github.com/openbmc/google-misc" |
2 | PR = "r1" | ||||
3 | PV = "1.0+git${SRCPV}" | ||||
4 | |||||
5 | LICENSE = "Apache-2.0" | ||||
6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||||
7 | |||||
8 | SRC_URI += "git://github.com/openbmc/google-misc" | ||||
9 | SRCREV = "b056df698ca4405b7adfa5bbf931f4b8a9431e55" | ||||
10 | |||||
11 | S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}" | ||||
12 | inherit meson |