]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d: add gettext to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 16:24:47 +0000 (16:24 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 17:44:32 +0000 (17:44 +0000)
meta/packages/update-rc.d/update-rc.d_0.7.bb

index 362f8603c4a890f8071124c228bb6392104e000b..6d475789272d6e855e01d253c530476c8a8352a4 100644 (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"