From a754bae09713199e40ec6bf145383a9a66c5360b Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 16 Apr 2015 14:25:00 -0400 Subject: jamvm.inc: jamvm recipe cleanup 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 Signed-off-by: Jackie Huang --- recipes-core/jamvm/jamvm.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes-core/jamvm/jamvm.inc') 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 -- cgit v1.2.3-54-g00ecf