summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-04-23 08:54:52 +0200
committerMaxin B. John <maxin.john@intel.com>2017-05-29 13:45:40 +0300
commita6ee05bced19c506d9ef4c19a3301ae2deff54b7 (patch)
tree1380cfd44c5ed595f816378c08e9c949bc3c3f7b
parent6eed0bbfa831f736bbab4d285c57deeec8f5d562 (diff)
downloadmeta-java-a6ee05bced19c506d9ef4c19a3301ae2deff54b7.tar.gz
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 <peter.x.liu@external.atlascopco.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-core/openjdk/openjdk-8-cross.inc2
1 files changed, 1 insertions, 1 deletions
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 = "\
18PACKAGECONFIG ??= "repack" 18PACKAGECONFIG ??= "repack"
19PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender" 19PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender"
20PACKAGECONFIG[cups] = "--with-cups,,cups" 20PACKAGECONFIG[cups] = "--with-cups,,cups"
21PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" 21PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib"
22 22
23PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," 23PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
24 24