blob: 3eaa31d1645ac6fe46718d065ca676e98b8f62bf [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 Geisslera8e6b962019-05-30 22:01:47 +000017SRCREV = "8f1700e7ab886ed602c371265ff2c653a2deb485"
William A. Kennington IIIed59c492019-03-21 21:20:35 -070018
19S = "${WORKDIR}/git"