diff options
| -rw-r--r-- | recipes-core/junit/junit_3.8.2.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "JUnit is a testing framework for Java" | 1 | DESCRIPTION = "JUnit is a testing framework for Java" |
| 2 | AUTHOR = "junit.org" | 2 | AUTHOR = "junit.org" |
| 3 | HOMEPAGE = "http://www.junit.org" | 3 | HOMEPAGE = "http://www.junit.org" |
| 4 | LICENSE = "CPL" | 4 | LICENSE = "CPL-1.0" |
| 5 | LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b" | 5 | LIC_FILES_CHKSUM = "file://cpl-v10.html;md5=67a4b75d42edcbd82d2878eba913691b" |
| 6 | PR = "r1" | ||
| 6 | 7 | ||
| 7 | SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip" | 8 | SRC_URI = "http://downloads.sourceforge.net/junit/junit${PV}.zip" |
| 8 | 9 | ||
