summaryrefslogtreecommitdiffstats
path: root/recipes-core/junit
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-01-10 21:05:41 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-01-24 22:32:08 +0100
commita4870388a6798c84447e9e4c9bfeab8a5ac49777 (patch)
treee7d075c978370d7847a8b7400bc1fc55339ccf24 /recipes-core/junit
parent8bc0a613f6a575791b195fc98a92809f926d3557 (diff)
downloadmeta-java-a4870388a6798c84447e9e4c9bfeab8a5ac49777.tar.gz
junit: fix license and bump PR
Diffstat (limited to 'recipes-core/junit')
-rw-r--r--recipes-core/junit/junit_3.8.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb
index ded03f2..f92440f 100644
--- a/recipes-core/junit/junit_3.8.2.bb
+++ b/recipes-core/junit/junit_3.8.2.bb
@@ -1,8 +1,9 @@
1DESCRIPTION = "JUnit is a testing framework for Java" 1DESCRIPTION = "JUnit is a testing framework for Java"
2AUTHOR = "junit.org" 2AUTHOR = "junit.org"
3HOMEPAGE = "http://www.junit.org" 3HOMEPAGE = "http://www.junit.org"
4LICENSE = "CPL" 4LICENSE = "CPL-1.0"
5LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b" 5LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b"
6PR = "r1"
6 7
7SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip" 8SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip"
8 9