mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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:
parent
a87e046bc2
commit
e29a3aaf76
|
@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
|
|||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||
|
||||
DEPENDS = "vpnc libxml2 krb5"
|
||||
DEPENDS = "vpnc libxml2 krb5 gettext-native"
|
||||
|
||||
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user