blob: 2ab2330a8c0514c91bd84cf151297c863b34cc51 [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 Geisslerd8edd102023-07-17 18:00:07 -05009SRCREV = "adb8ffe4759e879cf1a0d7b569271ab64b66f38d"
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"