blob: 75c6606735ad896b346de0c06f3b6700502ff7ab [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 Geissler366aa2b2024-09-16 14:50:08 -05009SRCREV = "a06304b02fa5c4cd9f576a2191994a8259900cba"
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"