aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gsl
diff options
context:
space:
mode:
authorŁukasz Łaguna <lukasz.laguna@3mdeb.com>2019-06-13 13:26:55 +0200
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:32 -0700
commit052bef8febb976976c9955d04d6ba5faec0175a4 (patch)
treed5850021891fd25323c023de84225f1a483a7df3 /meta-oe/recipes-support/gsl
parentcc1ac6059483e337f05b3d420031c2312afba9cf (diff)
downloadmeta-openembedded-contrib-052bef8febb976976c9955d04d6ba5faec0175a4.tar.gz
gsl: update to version 2.5
The current gsl recipe's PV is 1.15 which is already quite dated. The 1.15 was released back in the 2011. The most recent one is 2.5 released in June 2018. There are no dependencies on gsl in the oe-core / meta-oe so upgrading major from 1 to 2 should not break anything. Signed-off-by: Łukasz Łaguna <lukasz.laguna@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gsl')
-rw-r--r--meta-oe/recipes-support/gsl/gsl_1.15.bb7
-rw-r--r--meta-oe/recipes-support/gsl/gsl_2.5.bb6
2 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl_1.15.bb b/meta-oe/recipes-support/gsl/gsl_1.15.bb
deleted file mode 100644
index 620e7804c4..0000000000
--- a/meta-oe/recipes-support/gsl/gsl_1.15.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-include gsl.inc
-
-SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "494ffefd90eef4ada678c306bab4030b"
-SRC_URI[sha256sum] = "85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3"
-
diff --git a/meta-oe/recipes-support/gsl/gsl_2.5.bb b/meta-oe/recipes-support/gsl/gsl_2.5.bb
new file mode 100644
index 0000000000..4e85418125
--- /dev/null
+++ b/meta-oe/recipes-support/gsl/gsl_2.5.bb
@@ -0,0 +1,6 @@
+include gsl.inc
+
+SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "52fcbe147ba413d78841084cb43c95fb"
+SRC_URI[sha256sum] = "0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d"