diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-04-23 08:54:52 +0200 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2017-05-29 13:45:40 +0300 |
commit | a6ee05bced19c506d9ef4c19a3301ae2deff54b7 (patch) | |
tree | 1380cfd44c5ed595f816378c08e9c949bc3c3f7b /recipes-core | |
parent | 6eed0bbfa831f736bbab4d285c57deeec8f5d562 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 2 |
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 = "\ | |||
18 | PACKAGECONFIG ??= "repack" | 18 | PACKAGECONFIG ??= "repack" |
19 | PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender" | 19 | PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender" |
20 | PACKAGECONFIG[cups] = "--with-cups,,cups" | 20 | PACKAGECONFIG[cups] = "--with-cups,,cups" |
21 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" | 21 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib" |
22 | 22 | ||
23 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," | 23 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," |
24 | 24 | ||