diff options
-rw-r--r-- | meta-oe/recipes-support/gsl/gsl.inc | 5 |
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 @@ | |||
1 | DESCRIPTION = "GNU Scientific Library" | 1 | DESCRIPTION = "GNU Scientific Library" |
2 | HOMEPAGE = "http://www.gnu.org/software/gsl/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gsl/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | LICENSE = "GPLv3" |
5 | LICENSE = "GPL" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | PR = "r1" | ||
7 | 6 | ||
8 | inherit autotools pkgconfig binconfig | 7 | inherit autotools pkgconfig binconfig |
9 | 8 | ||