mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +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…
Reference in New Issue
Block a user