From: Jackie Huang <jackie.hu...@windriver.com> * Add missing runtime dependencies for: - many tools and scripts need bash and perl. - lvm.sh requires: lvm2 - ip.sh requires: ethtool iproute2 iputils-arping - fs.sh requires: e2fsprogs-e2fsck util-linux quota - netfs.sh requires: procps util-linux nfs-utils
Signed-off-by: Jackie Huang <jackie.hu...@windriver.com> --- .../cluster-resource-agents/resource-agents_3.9.7.bb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_3.9.7.bb b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_3.9.7.bb index e6f127b..2e8b8f1 100644 --- a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_3.9.7.bb +++ b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_3.9.7.bb @@ -28,7 +28,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "cluster-glue" -RDEPENDS_${PN} += "bash" + +# There are many tools and scripts that need bash and perl. +# lvm.sh requires: lvm2 +# ip.sh requires: ethtool iproute2 iputils-arping +# fs.sh requires: e2fsprogs-e2fsck util-linux quota +# netfs.sh requires: procps util-linux nfs-utils +RDEPENDS_${PN} += "bash perl lvm2 \ + ethtool iproute2 iputils-arping \ + e2fsprogs-e2fsck util-linux quota \ + procps nfs-utils \ +" inherit autotools systemd pkgconfig -- 2.11.0 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto