From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/gsl/gsl.inc | 9 +++++++++ meta-oe/recipes-support/gsl/gsl_1.15.bb | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 meta-oe/recipes-support/gsl/gsl.inc create mode 100644 meta-oe/recipes-support/gsl/gsl_1.15.bb (limited to 'meta-oe/recipes-support/gsl') diff --git a/meta-oe/recipes-support/gsl/gsl.inc b/meta-oe/recipes-support/gsl/gsl.inc new file mode 100644 index 0000000000..40613930b5 --- /dev/null +++ b/meta-oe/recipes-support/gsl/gsl.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "GNU Scientific Library" +HOMEPAGE = "http://www.gnu.org/software/gsl/" +SECTION = "libs" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +inherit autotools pkgconfig binconfig + +LEAD_SONAME = "libgsl.so" diff --git a/meta-oe/recipes-support/gsl/gsl_1.15.bb b/meta-oe/recipes-support/gsl/gsl_1.15.bb new file mode 100644 index 0000000000..620e7804c4 --- /dev/null +++ b/meta-oe/recipes-support/gsl/gsl_1.15.bb @@ -0,0 +1,7 @@ +include gsl.inc + +SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" + +SRC_URI[md5sum] = "494ffefd90eef4ada678c306bab4030b" +SRC_URI[sha256sum] = "85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3" + -- cgit v1.2.3-54-g00ecf