mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sed: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user