[oe] [PATCH 1/2] openjdk: add pkgconfig support

Cristian Iorga cristian.iorga at intel.com
Fri Oct 10 12:00:28 UTC 2014


pkgconfig is now enabled, so that pkg-config
macros will not fail in configure stage.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 recipes-core/openjdk/openjdk-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc
index e7211e5..e1c0d2e 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 "
 # because structure sizes and/or alignment may differ.
 DEPENDS_append = " qemu-native "
 
-inherit java autotools gettext qemu
+inherit java autotools gettext qemu pkgconfig
 
 # OpenJDK uses slightly different names for certain arches. We need to know
 #	this to create some files which are expected by the build.
-- 
1.9.1




More information about the Openembedded-devel mailing list