blob: e1440c1b642355e9a0698becd3333d9cf1e396c2 [file] [log] [blame]
William A. Kennington IIIed59c492019-03-21 21:20:35 -07001SUMMARY = "Common C++ functions"
2DESCRIPTION = "Common C++ functions."
3HOMEPAGE = "http://github.com/openbmc/stdplus"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
William A. Kennington IIId2237f72019-03-26 13:43:28 -07007LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
William A. Kennington IIIed59c492019-03-21 21:20:35 -07008
William A. Kennington III6838e7c2019-03-28 03:37:31 -07009inherit meson pkgconfig
William A. Kennington IIIed59c492019-03-21 21:20:35 -070010
William A. Kennington III6838e7c2019-03-28 03:37:31 -070011EXTRA_OEMESON = " \
12 -Dexamples=false \
13 -Dtests=disabled \
William A. Kennington IIIed59c492019-03-21 21:20:35 -070014 "
15
16SRC_URI += "git://github.com/openbmc/stdplus"
Andrew Geissler8d705c62020-02-07 00:40:53 +000017SRCREV = "3b4c20fe517c23fbe8d1418ee3cdb98b59b2fd30"
William A. Kennington IIIed59c492019-03-21 21:20:35 -070018
19S = "${WORKDIR}/git"