1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +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" LICENSE = "GPL"
SECTION = "console/utils" SECTION = "console/utils"
DESCRIPTION = "sed is a Stream EDitor." DESCRIPTION = "sed is a Stream EDitor."
PR = "r1" PR = "r2"
DEPENDS = "gettext"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"