mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
libgpg-error: Add missing DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,6 +2,7 @@ DESCRIPTION = "GPG-Error library"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPL LGPL FDL"
|
LICENSE = "GPL LGPL FDL"
|
||||||
|
DEPENDS = "gettext"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
||||||
file://pkgconfig.patch;patch=1"
|
file://pkgconfig.patch;patch=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user