diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-18 01:56:07 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-19 17:45:31 +0200 |
commit | 599ea8aa7c26209df737900438876aa3f457dedc (patch) | |
tree | abd4f8a1d026a30b939c2d16f5e04ac15498ee3b | |
parent | 01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c (diff) | |
download | meta-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.inc | 2 |
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 | ||
44 | DEPENDS_append_libc-uclibc = " libiconv " | 44 | DEPENDS_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 |