From ec7b984fbd0662b7aa1707f229ab09c555bb2cf6 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Dec 2015 22:26:16 -0800 Subject: Revert "meta-java: rely on well known bootstrap-path" This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566. Detail reason is in the following commit. Signed-off-by: Jackie Huang --- recipes-core/junit/junit4_4.3.1.bb | 4 +++- recipes-core/junit/junit_3.8.2.bb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes-core/junit') diff --git a/recipes-core/junit/junit4_4.3.1.bb b/recipes-core/junit/junit4_4.3.1.bb index 8d9dd31..1cb8674 100644 --- a/recipes-core/junit/junit4_4.3.1.bb +++ b/recipes-core/junit/junit4_4.3.1.bb @@ -8,7 +8,9 @@ SRC_URI = "http://downloads.sourceforge.net/junit/junit-${PV}-src.jar" S = "${WORKDIR}" -inherit java-library java-bootstrap-components +inherit java-library + +DEPENDS = "fastjar-native" do_compile() { mkdir -p build diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb index 54ce9fe..bae022d 100644 --- a/recipes-core/junit/junit_3.8.2.bb +++ b/recipes-core/junit/junit_3.8.2.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/junit${PV}" DEPENDS += "unzip-native" -inherit java-library java-bootstrap-components +inherit java-library do_unpackpost() { mkdir -p src -- cgit v1.2.3-54-g00ecf