From fa9d6b8dfe146bab22a98ec654992561f72ee5ed Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 23 Apr 2017 08:54:52 +0200 Subject: openjdk-8-cross.inc: change a dependency alsa-lib-native to alsa-lib For cross compiling, it should DEPENDS on alsa-lib instead of alsa-lib-native. Signed-off-by: Ming Liu Signed-off-by: Maxin B. John --- recipes-core/openjdk/openjdk-8-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 47fe35d..b328395 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -18,7 +18,7 @@ PRIVATE_LIBS = "\ PACKAGECONFIG ??= "repack" PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender" PACKAGECONFIG[cups] = "--with-cups,,cups" -PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" +PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib" PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," -- cgit v1.2.3-54-g00ecf