blob: 439c842e29265d5023f03b624a2a9f858eb85dfe [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 Geisslerfb1f5452024-09-03 15:30:08 -05009SRCREV = "3a5c9f3a023b073395f20493d67dd76218f0080e"
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"