mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00: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"
|
DESCRIPTION = "GNU Transport Layer Security Library"
|
||||||
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
||||||
DEPENDS = "zlib libgcrypt lzo"
|
DEPENDS = "zlib libgcrypt lzo gettext"
|
||||||
|
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
require gnutls.inc
|
require gnutls.inc
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
file://gnutls-openssl.patch;patch=1 \
|
file://gnutls-openssl.patch;patch=1 \
|
||||||
file://gnutls-texinfo-euro.patch;patch=1 \
|
file://gnutls-texinfo-euro.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user