From: Robert Yang Date: Mon, 18 Aug 2014 06:11:44 +0000 (-0700) Subject: dtc: add bash to RDEPENDS_dtc-misc X-Git-Tag: yocto-1.8~1852 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b609d099d91840ec05d71d29fe33786122b2d81;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 3eca25fe41e..13f55080268 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"