[oe] [meta-java] junit4 needs license file

Amy Fong amy.fong at windriver.com
Tue Aug 13 15:23:02 UTC 2013


>From 932e117d09a685ad567d36a1f2f48b2f265e62e2 Mon Sep 17 00:00:00 2001
From: Amy Fong <amy.fong at windriver.com>
Date: Tue, 13 Aug 2013 11:17:43 -0400
Subject: [PATCH] junit4 needs license file

Updating the license to CPL-1.0 to reflect one of the files under
common-licenses.

We add LIC_FILES_CHKSUM as the default configure rule requires this.

Signed-off-by: Amy Fong <amy.fong at windriver.com>
---
 recipes-core/junit/junit4_4.3.1.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-core/junit/junit4_4.3.1.bb b/recipes-core/junit/junit4_4.3.1.bb
index 6b4d158..d04a0bc 100644
--- a/recipes-core/junit/junit4_4.3.1.bb
+++ b/recipes-core/junit/junit4_4.3.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "JUnit is a testing framework for Java"
-LICENSE = "CPL"
+LICENSE = "CPL-1.0"
 AUTHOR = "junit.org"
 HOMEPAGE = "http://www.junit.org"
 
@@ -26,3 +26,5 @@ SRC_URI[md5sum] = "170f9645a41398388e8553b32ff5f630"
 SRC_URI[sha256sum] = "57d1e49ee3fd0dbdc0a68a852925c973af5c30b1725b6aa63bfb42df6f7c3349"
 
 BBCLASSEXTEND = "native"
+
+LIC_FILES_CHKSUM = "file://junit/runner/logo.gif;md5=893431c33109e8bbf736065d58841162"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list