1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

sed: add gettext to dependencies

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-22 15:40:24 +00:00
parent eb27ddfc02
commit 69f7bf8482
+3 -1
View File
@@ -1,7 +1,9 @@
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "sed is a Stream EDitor."
PR = "r1"
PR = "r2"
DEPENDS = "gettext"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"