diff options
| -rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.5.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.6.bb | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl_2.5.bb b/meta-oe/recipes-support/gsl/gsl_2.5.bb deleted file mode 100644 index 4e85418125..0000000000 --- a/meta-oe/recipes-support/gsl/gsl_2.5.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | include gsl.inc | ||
| 2 | |||
| 3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "52fcbe147ba413d78841084cb43c95fb" | ||
| 6 | SRC_URI[sha256sum] = "0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d" | ||
diff --git a/meta-oe/recipes-support/gsl/gsl_2.6.bb b/meta-oe/recipes-support/gsl/gsl_2.6.bb new file mode 100644 index 0000000000..367a08321e --- /dev/null +++ b/meta-oe/recipes-support/gsl/gsl_2.6.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | include gsl.inc | ||
| 2 | |||
| 3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
| 4 | SRC_URI[md5sum] = "bda73a3dd5ff2f30b5956764399db6e7" | ||
| 5 | SRC_URI[sha256sum] = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" | ||
