From 052bef8febb976976c9955d04d6ba5faec0175a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=81aguna?= Date: Thu, 13 Jun 2019 13:26:55 +0200 Subject: [PATCH] gsl: update to version 2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- 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(-) delete mode 100644 meta-oe/recipes-support/gsl/gsl_1.15.bb create mode 100644 meta-oe/recipes-support/gsl/gsl_2.5.bb 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"