mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 12:06:15 +00:00
gnutls: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
67883ba391
commit
3e12340abf
@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "GNU Transport Layer Security Library"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
||||
DEPENDS = "zlib libgcrypt lzo"
|
||||
DEPENDS = "zlib libgcrypt lzo gettext"
|
||||
|
||||
LICENSE = "LGPL"
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
require gnutls.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "\
|
||||
file://gnutls-openssl.patch;patch=1 \
|
||||
file://gnutls-texinfo-euro.patch;patch=1 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user