diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:11:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:11 +0100 |
commit | ad95a7be1022a7c573f60eba88db732e36a4c1a1 (patch) | |
tree | 0195a838107da9783f3725970eaef45bfd5d1a19 | |
parent | 2311f5723139bd9733902ada61e03ee8de0377cc (diff) | |
download | poky-ad95a7be1022a7c573f60eba88db732e36a4c1a1.tar.gz |
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
(From OE-Core rev: 4b609d099d91840ec05d71d29fe33786122b2d81)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
16 | 16 | ||
17 | PACKAGES =+ "${PN}-misc" | 17 | PACKAGES =+ "${PN}-misc" |
18 | FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" | 18 | FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" |
19 | |||
20 | RDEPENDS_${PN}-misc += "bash" | ||