diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-10-10 15:00:28 +0300 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-10-14 16:30:04 +0200 |
commit | 49b063c7986e1ae1411f278af53f49f1e77349f7 (patch) | |
tree | c82e590e23d65ef4fbd196aa2821af2c1d5adefa /recipes-core | |
parent | 6e648e5a616cef42d2e61ee712fcc983a8b086cd (diff) | |
download | meta-java-49b063c7986e1ae1411f278af53f49f1e77349f7.tar.gz |
openjdk: add pkgconfig support
pkgconfig is now enabled, so that pkg-config
macros will not fail in configure stage.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Diffstat (limited to 'recipes-core')
-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. |