[oe-commits] Koen Kooi : angstrom: fix java builds

git version control git at git.openembedded.org
Thu May 20 20:19:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e0103e89b853908efba8b9c30ce2449184f2e21f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0103e89b853908efba8b9c30ce2449184f2e21f

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May 20 22:19:15 2010 +0200

angstrom: fix java builds

---

 conf/distro/include/angstrom.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 8bbd28e..c34a0a1 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -29,6 +29,9 @@ CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}"
 DEPLOY_DIR = "${TMPDIR}/deploy/${LIBC}"
 require conf/distro/include/angstrom-${LIBC}.inc
 
+# Set some java bits
+require conf/distro//include/sane-toolchain-java.inc
+
 # ARM920T and up can use thumb mode to decrease binary size at the expense of speed
 # (the complete story is a bit more nuanced due to cache starvation)
 # Angstrom turns on thumb for armv4t machine according to this RFC:





More information about the Openembedded-commits mailing list