summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2019-04-18 02:55:45 +0300
committerGitHub <noreply@github.com>2019-04-18 02:55:45 +0300
commita479b661c952e9c0da8859d2e966748bd515690f (patch)
tree341534fed9a2de460ded7f8231ca1cbb178bb2ca /meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
parent3e809d0d5cf96c18c5720d1b6b3b53e9f4c0cfae (diff)
parent816d793003e93c1e5eec0a2e90fbd8b9dde9f7a5 (diff)
downloadopenbmc-a479b661c952e9c0da8859d2e966748bd515690f.tar.xz
Merge pull request #7 from Intel-BMC/update3
Update 3-15-19
Diffstat (limited to 'meta-phosphor/recipes-extended/stdplus/stdplus_git.bb')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
new file mode 100644
index 000000000..845b96ebc
--- /dev/null
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Common C++ functions"
+DESCRIPTION = "Common C++ functions."
+HOMEPAGE = "http://github.com/openbmc/stdplus"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit meson pkgconfig
+
+EXTRA_OEMESON = " \
+ -Dexamples=false \
+ -Dtests=disabled \
+ "
+
+SRC_URI += "git://github.com/openbmc/stdplus"
+SRCREV = "97e394714ec7e88b13b2675c859c1ef56771ad24"
+
+S = "${WORKDIR}/git"