diff options
author | Sven Ebenfeld <sven@ebenfeld.de> | 2014-10-29 16:42:36 +0100 |
---|---|---|
committer | Sven Ebenfeld <sven@ebenfeld.de> | 2014-10-29 16:42:36 +0100 |
commit | 15a93920b17d3820974496ecb2328fabe527cceb (patch) | |
tree | 2d2cd39b916619dfce3d84d648f0bfeb656e69b9 /recipes-core/openjdk/openjdk-common.inc | |
parent | d2b75b615e4612f9fa05950c1d76d4a719e573d4 (diff) | |
download | meta-java-15a93920b17d3820974496ecb2328fabe527cceb.tar.gz |
openjdk-7: inherit pkgconfig
Building OpenJDK-7 in Yocto 1.7 (Dizzy) quits with errors as follows. Inheriting pkgconfig fixes this problem.
.../configure: line 8645: syntax error near unexpected token `NSS,'
.../configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
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..4ce45d3 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 pkgconfig autotools gettext qemu |
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. |