blob: c8029c47b8231105cd01b21936bdadb5f225f56b [file] [log] [blame]
William A. Kennington IIIe24a3fd2019-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 IIIb6628f82019-03-26 13:43:28 -07007LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -07008
9inherit autotools pkgconfig
10
11DEPENDS += " \
12 autoconf-archive-native \
13 "
14
15EXTRA_OECONF_append += " \
16 --disable-examples \
17 --disable-tests \
18 "
19
20SRC_URI += "git://github.com/openbmc/stdplus"
Andrew Geissler74894bd2019-03-29 21:21:46 +000021SRCREV = "bff0b0fe903868a08f18d170a308e76d497b7fbb"
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -070022
23S = "${WORKDIR}/git"