mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
gnutls: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user