mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
openconnect: add gettext-native to DEPENDS
Fixed: checking for msgfmt... no configure: error: msgfmt could not be found. Try configuring with --disable-nls Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
a87e046bc2
commit
e29a3aaf76
@@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
|
|||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||||
|
|
||||||
DEPENDS = "vpnc libxml2 krb5"
|
DEPENDS = "vpnc libxml2 krb5 gettext-native"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user