summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/stubdom-gmp_4.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/stubdom-gmp_4.3.2.bb')
-rw-r--r--recipes-extended/xen/stubdom-gmp_4.3.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-extended/xen/stubdom-gmp_4.3.2.bb b/recipes-extended/xen/stubdom-gmp_4.3.2.bb
new file mode 100644
index 00000000..d9a2adbd
--- /dev/null
+++ b/recipes-extended/xen/stubdom-gmp_4.3.2.bb
@@ -0,0 +1,20 @@
1# Copyright (C) 2017 Kurt Bodiker <kurt.bodiker@braintrust-us.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "GMP library for Xen vTPM's."
5HOMEPAGE = "http://gmp"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
8 file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
9"
10
11SRC_URI = "\
12 https://gmplib.org/download/gmp/archive/gmp-${PV}.tar.bz2 \
13"
14SRC_URI[md5sum] = "dd60683d7057917e34630b4a787932e8"
15SRC_URI[sha256sum] = "936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775"
16
17S="${WORKDIR}/gmp-${PV}"
18B="${S}"
19
20require stubdom-gmp.inc