summaryrefslogtreecommitdiffstats
path: root/recipes-core/junit
diff options
context:
space:
mode:
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