[oe] [meta-java][PATCH 04/15] jamvm.inc: jamvm recipe cleanup

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Dec 25 07:56:24 UTC 2015


From: Amy Fong <amy.fong at windriver.com>

jamvm.inc's SRC_URI isn't used anymore, all jamvm bb recipes have been
defining their own.

In a rare instance, a build failed because it was using the SRC_URI
defined from jamvm.inc instead (jamvm_git.bb), this cleanup should
prevent this oddity from occuring.

Signed-off-by: Amy Fong <amy.fong at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 recipes-core/jamvm/jamvm.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index 5893cbc..777b442 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -15,11 +15,6 @@ RPROVIDES_${PN}_virtclass-native = ""
 
 BBCLASSEXTEND = "native"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
-            file://jamvm-jni_h-noinst.patch \
-            file://libffi.patch \
-          "
-
 
 inherit java autotools update-alternatives pkgconfig
 
-- 
1.9.1




More information about the Openembedded-devel mailing list