diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
commit | 12a0b10b35b1829eec11ea653af53d127a8b6fd1 (patch) | |
tree | fe646688d88d97dc03a587b13e93200d14ce2ad5 /recipes-core/openjdk/openjdk-common.inc | |
parent | 219c6bfc9ae9456e06b08e1cc49c83060f5196d2 (diff) | |
parent | afe557fbe78e799b78ccb44567bbff71c421d3f2 (diff) | |
download | meta-java-12a0b10b35b1829eec11ea653af53d127a8b6fd1.tar.gz |
Merge branch 'yocto_1.8' of https://github.com/mindrunner/meta-java into pending
* 'yocto_1.8' of https://github.com/mindrunner/meta-java:
openjdk-7: inherit pkgconfig
ecj: fix unpackpost task
openjdk: add pkgconfig support
README: minor fixes
README: update openjdk6 to the latest icedtea version
openjdk6: add version 1.13.4
jamvm: update git url to sourceforge while berlios is gone
java-test-image: add jamvm, cacao and classpath
jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719
jamvm: add inherit pkgconfig
README: update for icedtea version 1.12.8
cacao: fix target compilation and packaging
openjdk-common.inc: fix qemu usage
openjdk6: update icedtea 1.12 to version 1.12.8
libmatthew: Remove the dummy jar symlink
openjdk-7-release-25b30.inc: add patch to fix hotstop build
openjdk-7-release-25b30.inc: move nio patch to main section.
openjdk-7-25b30: Forward port ppc patches
Diffstat (limited to 'recipes-core/openjdk/openjdk-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc index 9c746de..349ce9e 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 " | |||
17 | # because structure sizes and/or alignment may differ. | 17 | # because structure sizes and/or alignment may differ. |
18 | DEPENDS_append = " qemu-native " | 18 | DEPENDS_append = " qemu-native " |
19 | 19 | ||
20 | inherit java autotools gettext qemu | 20 | inherit java autotools gettext qemu pkgconfig |
21 | 21 | ||
22 | # OpenJDK uses slightly different names for certain arches. We need to know | 22 | # OpenJDK uses slightly different names for certain arches. We need to know |
23 | # this to create some files which are expected by the build. | 23 | # this to create some files which are expected by the build. |