1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

check: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 16:19:59 +00:00
parent 33e137893f
commit 29a65ece8b
+3 -1
View File
@@ -3,7 +3,9 @@ LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
PR = "r1"
PR = "r2"
DEPENDS = "gettext"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
file://configure_fix.patch;patch=1"