blob: 671e31caa55ced5539d3cea6646061a879a68567 [file] [log] [blame]
William A. Kennington III511bd612021-03-24 11:12:07 -07001HOMEPAGE = "http://github.com/openbmc/google-misc"
2PR = "r1"
3PV = "1.0+git${SRCPV}"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://../../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
7
Patrick Williamsbb99d222022-01-24 15:55:09 -06008SRC_URI += "git://github.com/openbmc/google-misc;branch=master;protocol=https"
Andrew Geissler76ee43c2023-09-18 19:30:02 -05009SRCREV = "a9a982585c54091f50621e72174b546c8c9108cb"
William A. Kennington III511bd612021-03-24 11:12:07 -070010
11S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}"
Andrew Geissler2a947d62022-01-20 20:15:42 +000012inherit meson pkgconfig
William A. Kennington III4f11bb02022-01-31 15:47:03 -080013
14EXTRA_OEMESON += "-Dwerror=false"