diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-18 11:10:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:25 +0200 |
commit | 6b8300a56a5c45a23c81ce86b10b53a442393271 (patch) | |
tree | 146606435d30b0bd3f14c67c77870167656b324e /meta-oe/recipes-support/gsl | |
parent | 6a9f3a15e4a0232d2d56b8b4c0f55a95f272dfb8 (diff) | |
download | meta-openembedded-6b8300a56a5c45a23c81ce86b10b53a442393271.tar.gz |
gsl: fix licence checksums
also clean up some metadata
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/gsl')
-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 | ||