1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

Add missing RDEPENDS of initscripts-functions

Now that the initscripts-functions has been packaged separately,
packages which may use the functions script should have a runtime
dependency on it.

(From OE-Core rev: 6690c12cb1977f6bf93f3eb6d471dbd7db81bf28)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2014-01-06 15:27:35 +08:00
committed by Richard Purdie
parent acaf650aa4
commit 16080a3485
17 changed files with 22 additions and 11 deletions
@@ -15,7 +15,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \
"
DEPENDS = "util-linux openssl"
RDEPENDS_${PN} = "bash"
RDEPENDS_${PN} = "bash initscripts-functions"
S = "${WORKDIR}/git"