summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-18 01:56:07 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-07-19 17:45:31 +0200
commit599ea8aa7c26209df737900438876aa3f457dedc (patch)
treeabd4f8a1d026a30b939c2d16f5e04ac15498ee3b
parent01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c (diff)
downloadmeta-java-599ea8aa7c26209df737900438876aa3f457dedc.tar.gz
openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDS
This lets it work with whatever is providing libiconv functionality Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
-rw-r--r--recipes-core/openjdk/openjdk-6-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc
index 4aea61e..9d7e810 100644
--- a/recipes-core/openjdk/openjdk-6-common.inc
+++ b/recipes-core/openjdk/openjdk-6-common.inc
@@ -41,7 +41,7 @@ DEPENDS = "giflib libpng jpeg cups \
41 zip-native \ 41 zip-native \
42 " 42 "
43 43
44DEPENDS_append_libc-uclibc = " libiconv " 44DEPENDS_append_libc-uclibc = " virtual/libiconv "
45 45
46# The OpenJDK build with interpreter optimizations for ARM depends on a binary 46# The OpenJDK build with interpreter optimizations for ARM depends on a binary
47# that generates constants for an assembler source file. There is no other 47# that generates constants for an assembler source file. There is no other