From 4b609d099d91840ec05d71d29fe33786122b2d81 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 17 Aug 2014 23:11:44 -0700 Subject: dtc: add bash to RDEPENDS_dtc-misc Bash script: dtc-misc/usr/bin/dtdiff There are two files in this pacakge, another one is (binary): dtc-misc/usr/bin/convert-dtsv0 Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-kernel/dtc/dtc.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-kernel/dtc') diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 3eca25fe41..13f5508026 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc @@ -16,3 +16,5 @@ S = "${WORKDIR}/git" PACKAGES =+ "${PN}-misc" FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" + +RDEPENDS_${PN}-misc += "bash" -- cgit 1.2.3-korg