diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-04-16 14:25:00 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:21:06 -0200 |
commit | a754bae09713199e40ec6bf145383a9a66c5360b (patch) | |
tree | 7d592c1bc694ff63127c28891a02eefcc5fc13d7 /recipes-core/jamvm | |
parent | 218db90441fff1fdb2e95a162fb3e7a483dd4efc (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-core/jamvm')
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 5 |
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 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
18 | SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \ | ||
19 | file://jamvm-jni_h-noinst.patch \ | ||
20 | file://libffi.patch \ | ||
21 | " | ||
22 | |||
23 | 18 | ||
24 | inherit java autotools update-alternatives pkgconfig | 19 | inherit java autotools update-alternatives pkgconfig |
25 | 20 | ||