aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp_6.1.0.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-05 11:56:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-07 17:29:45 +0000
commitc6ae5d4152e194f11bec7f760c98e9078860ab09 (patch)
treeb3bb54f3abc6064fb59b3a8c033fcc4258ec32e7 /meta/recipes-support/gmp/gmp_6.1.0.bb
parentbc7643846f9fcef13a02f9299faa5454c843e8b1 (diff)
downloadopenembedded-core-contrib-c6ae5d4152e194f11bec7f760c98e9078860ab09.tar.gz
gmp: move SRC_URI out of gmp.inc + minor reformatting
The base SRC_URI in gmp.inc was wrong for gmp 4.2.1 and was not being used by gmp 6.1.0. Remove it and make each recipe responsible for defining its own SRC_URI. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/gmp/gmp_6.1.0.bb')
-rw-r--r--meta/recipes-support/gmp/gmp_6.1.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb
index b26b4d510a..44bd8a229c 100644
--- a/meta/recipes-support/gmp/gmp_6.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_6.1.0.bb
@@ -1,17 +1,19 @@
require gmp.inc
-LICENSE="GPLv2+ | LGPLv3+"
+LICENSE = "GPLv2+ | LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \
file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
"
+REVISION = ""
SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \
file://amd64.patch \
file://use-includedir.patch \
file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \
"
+
SRC_URI[md5sum] = "86ee6e54ebfc4a90b643a65e402c4048"
SRC_URI[sha256sum] = "498449a994efeba527885c10405993427995d3f86b8768d8cdf8d9dd7c6b73e8"
@@ -27,4 +29,3 @@ do_install_append_class-target() {
}
SSTATE_SCAN_FILES += "gmp.h"
-