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

update-rc.d: add gettext to DEPENDS

This commit is contained in:
Joshua Lock
2009-12-17 16:24:47 +00:00
parent f35aab2e94
commit 8076573fe8
+2 -1
View File
@@ -3,7 +3,8 @@ PRIORITY = "standard"
DESCRIPTION = "Manage symlinks in /etc/rcN.d"
LICENSE = "GPL"
S = "${WORKDIR}/update-rc.d"
PR = "r1"
DEPENDS = "gettext"
PR = "r2"
SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \
file://add-verbose.patch;patch=1"