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
1 changed files with 2 additions and 1 deletions

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"