summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gsl/gsl.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl.inc b/meta-oe/recipes-support/gsl/gsl.inc
index 10bacc523d..40613930b5 100644
--- a/meta-oe/recipes-support/gsl/gsl.inc
+++ b/meta-oe/recipes-support/gsl/gsl.inc
@@ -1,9 +1,8 @@
1DESCRIPTION = "GNU Scientific Library" 1DESCRIPTION = "GNU Scientific Library"
2HOMEPAGE = "http://www.gnu.org/software/gsl/" 2HOMEPAGE = "http://www.gnu.org/software/gsl/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4LICENSE = "GPLv3"
5LICENSE = "GPL" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6PR = "r1"
7 6
8inherit autotools pkgconfig binconfig 7inherit autotools pkgconfig binconfig
9 8