diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-08-14 10:57:17 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-08-14 11:24:36 +0200 |
commit | 5e47534a34f6d131fb9621320c637bda0256fbcf (patch) | |
tree | 058cfe1d134faa2f2adfd28e2f1f4a9851303dc0 | |
parent | 2e7ba4143b9240d624159522f17807fecc140dc5 (diff) |
libcgroup: correct the license and use the final release
* updated checksums
* bump PR
-rw-r--r-- | recipes/libcgroup/libcgroup_0.36.2.bb | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes/libcgroup/libcgroup_0.36.2.bb b/recipes/libcgroup/libcgroup_0.36.2.bb index 739d3b6497..d4b05d2b2f 100644 --- a/recipes/libcgroup/libcgroup_0.36.2.bb +++ b/recipes/libcgroup/libcgroup_0.36.2.bb @@ -1,18 +1,15 @@ DESCRIPTION = "Libcgroup" PRIORITY = "optional" SECTION = "libs" -LICENSE = "GPL" +LICENSE = "LGPL" #DEPENDS = "bison-native flex-native" -PR = "r0" +PR = "r1" inherit autotools pkgconfig DEPENDS = "libpam" -SRC_URI = "http://downloads.sourceforge.net/project/libcg/libcgroup/v0.36.2/v0.36.2.rc/libcgroup-0.36.2.rc.tar.bz2" -S = "${WORKDIR}/libcgroup-${PV}.rc" - - -SRC_URI[md5sum] = "08df957084cba32e2a28ec1e8e8740f5" -SRC_URI[sha256sum] = "35e803a4bf4845bb38ec74cca654e9de5d792758b8b1978a4a699ac6689510c9" +SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "2b0fedf37e8f3e915a2f4f3f10879076" +SRC_URI[sha256sum] = "7fdb171c09d7e9d13d118045a5651b8c146ede979c05aca0f6bb20624e6a73e3" |