[oe-commits] [meta-openembedded] 10/88: gsl: update to version 2.5

git at git.openembedded.org git at git.openembedded.org
Thu Jun 13 20:22:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit aabdd72e25a198d5f3010e9e4211bb047ce65c62
Author: Łukasz Łaguna <lukasz.laguna at 3mdeb.com>
AuthorDate: Thu Jun 13 13:26:55 2019 +0200

    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 at 3mdeb.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/gsl/gsl_1.15.bb | 7 -------
 meta-oe/recipes-support/gsl/gsl_2.5.bb  | 6 ++++++
 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 620e780..0000000
--- 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 0000000..4e85418
--- /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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list