1HOMEPAGE = "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
8SRC_URI += "git://github.com/openbmc/google-misc;branch=master;protocol=https"
9SRCREV = "2be45238f16157c7e92d877a0af6408b905ab7e9"
10
11S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}"
12inherit meson pkgconfig
13
14EXTRA_OEMESON += "-Dwerror=false"
15