aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sablevm
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sablevm')
-rw-r--r--recipes/sablevm/sablevm_1.1.9.bb2
-rw-r--r--recipes/sablevm/sablevm_1.11.3.bb2
-rw-r--r--recipes/sablevm/sablevm_1.12.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/sablevm/sablevm_1.1.9.bb b/recipes/sablevm/sablevm_1.1.9.bb
index 7c5198c0e6..54114819fe 100644
--- a/recipes/sablevm/sablevm_1.1.9.bb
+++ b/recipes/sablevm/sablevm_1.1.9.bb
@@ -8,7 +8,7 @@ PR = "r1"
DEPENDS = "libffi libtool popt \
sablevm-classpath"
# unzip"
-RRECOMMENDS = "sablevm-classpath (${PV})"
+RRECOMMENDS_${PN} = "sablevm-classpath (${PV})"
SRC_URI = "http://sablevm.org/download/release/${PV}/${PN}-${PV}.tar.gz"
diff --git a/recipes/sablevm/sablevm_1.11.3.bb b/recipes/sablevm/sablevm_1.11.3.bb
index 434279dd4c..7ed25ed62b 100644
--- a/recipes/sablevm/sablevm_1.11.3.bb
+++ b/recipes/sablevm/sablevm_1.11.3.bb
@@ -7,7 +7,7 @@ SECTION = "interpreters"
DEPENDS = "libffi libtool popt \
sablevm-classpath"
# unzip"
-RRECOMMENDS = "sablevm-classpath (>= ${PV})"
+RRECOMMENDS_${PN} = "sablevm-classpath (>= ${PV})"
SRC_URI = "http://sablevm.org/download/release/${PV}/${PN}-${PV}.tar.gz"
diff --git a/recipes/sablevm/sablevm_1.12.bb b/recipes/sablevm/sablevm_1.12.bb
index 7d1ad8c14a..84e3d5bed4 100644
--- a/recipes/sablevm/sablevm_1.12.bb
+++ b/recipes/sablevm/sablevm_1.12.bb
@@ -7,7 +7,7 @@ SECTION = "interpreters"
DEPENDS = "libffi libtool popt \
sablevm-classpath"
# unzip"
-RRECOMMENDS = "sablevm-classpath (>= ${PV})"
+RRECOMMENDS_${PN} = "sablevm-classpath (>= ${PV})"
SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/${PN}-${PV}.tar.gz \
file://no-internal-libs.patch"