summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-04-16 14:25:00 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commita754bae09713199e40ec6bf145383a9a66c5360b (patch)
tree7d592c1bc694ff63127c28891a02eefcc5fc13d7
parent218db90441fff1fdb2e95a162fb3e7a483dd4efc (diff)
downloadmeta-java-a754bae09713199e40ec6bf145383a9a66c5360b.tar.gz
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 <amy.fong@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
-rw-r--r--recipes-core/jamvm/jamvm.inc5
1 files changed, 0 insertions, 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 = ""
15 15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
17 17
18SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
19 file://jamvm-jni_h-noinst.patch \
20 file://libffi.patch \
21 "
22
23 18
24inherit java autotools update-alternatives pkgconfig 19inherit java autotools update-alternatives pkgconfig
25 20