From: Amy Fong <amy.fong@windriver.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-java] Missing dependencies
Date: Mon, 6 Jan 2014 11:14:02 -0500 [thread overview]
Message-ID: <20140106161402.GA26244@windriver.com> (raw)
From d088588c1489cd4a059d99e46142f0ba65dd7c65 Mon Sep 17 00:00:00 2001
From: Amy Fong <amy.fong@windriver.com>
Date: Mon, 6 Jan 2014 08:12:16 -0500
Subject: [PATCH 1/1] Missing dependencies in some java packages
classpath-native and jamvm-native both needs to depend on java-initial
openjdk-7 and jamvm-native both needs to inherit pkgconfig
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
recipes-core/classpath/classpath-native_0.99.bb | 4 ++--
recipes-core/jamvm/jamvm.inc | 4 ++--
recipes-core/jamvm/jamvm_git.bb | 2 +-
recipes-core/openjdk/openjdk-7-common.inc | 2 +-
recipes-core/openjdk/openjdk-common.inc | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb
index ece10c3..2a09557 100644
--- a/recipes-core/classpath/classpath-native_0.99.bb
+++ b/recipes-core/classpath/classpath-native_0.99.bb
@@ -1,9 +1,9 @@
require classpath-native.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
-DEPENDS += "ecj-initial"
+DEPENDS += "ecj-initial virtual/java-initial"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI += " \
file://sun-security-getproperty.patch;striplevel=0 \
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index ee0e5c0..13d26fc 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://jamvm.sourceforge.net/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
-DEPENDS = "zlib classpath virtual/javac-native libffi"
+DEPENDS = "zlib classpath virtual/javac-native libffi virtual/java-initial"
DEPENDS_virtclass-native = "zlib-native classpath-native ecj-initial libffi-native"
RDEPENDS_${PN} = "classpath"
@@ -21,7 +21,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
"
-inherit java autotools update-alternatives
+inherit java autotools update-alternatives pkgconfig
# This uses 32 bit arm, so force the instruction set to arm, not thumb
ARM_INSTRUCTION_SET = "arm"
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb
index 88df6fc..af77356 100644
--- a/recipes-core/jamvm/jamvm_git.bb
+++ b/recipes-core/jamvm/jamvm_git.bb
@@ -6,7 +6,7 @@ require jamvm.inc
SRCREV = "0972452d441544f7dd29c55d64f1ce3a5db90d82"
PV = "1.5.5+1.6.0-devel+git${SRCPV}"
-PR = "r4"
+PR = "r5"
SRC_URI = "git://git.berlios.de/jamvm;protocol=git \
file://jamvm-jni_h-noinst.patch \
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc
index 206bf12..ec3488a 100644
--- a/recipes-core/openjdk/openjdk-7-common.inc
+++ b/recipes-core/openjdk/openjdk-7-common.inc
@@ -1,7 +1,7 @@
require openjdk-common.inc
ICEDTEA = "icedtea-${ICEDTEA_VERSION}"
-INC_PR = "r5"
+INC_PR = "r6"
SRC_URI = " \
${ICEDTEA_URI} \
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc
index a993ea0..97947b5 100644
--- a/recipes-core/openjdk/openjdk-common.inc
+++ b/recipes-core/openjdk/openjdk-common.inc
@@ -17,7 +17,7 @@ DEPENDS_append_libc-uclibc = " virtual/libiconv "
# because structure sizes and/or alignment may differ.
DEPENDS_append = " qemu-native "
-inherit java autotools gettext qemu
+inherit java autotools gettext qemu pkgconfig
# OpenJDK uses slightly different names for certain arches. We need to know
# this to create some files which are expected by the build.
--
1.8.4.3
reply other threads:[~2014-01-06 16:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140106161402.GA26244@windriver.com \
--to=amy.fong@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.