diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-04 14:33:18 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-04 14:38:48 +1000 |
| commit | 0c084cb2199957deebfeffc038676e05e069b863 (patch) | |
| tree | a6df9b02695816f3da3c562c6818f16fb26405ac /recipes-core | |
| parent | 23a4bf28f3697cece1a2f59135368d43f5e5096f (diff) | |
| download | meta-xilinx-0c084cb2199957deebfeffc038676e05e069b863.tar.gz | |
external-xilinx-toolchain: Fix up RDEPENDS for ldd and tzcode
* Fix-up RDEPENDS to resolve warning for 'ldd', 'tzcode'. Which
REDEPEND on bash
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/meta/external-xilinx-toolchain.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/meta/external-xilinx-toolchain.bb b/recipes-core/meta/external-xilinx-toolchain.bb index 309215c4..d3036cc9 100644 --- a/recipes-core/meta/external-xilinx-toolchain.bb +++ b/recipes-core/meta/external-xilinx-toolchain.bb | |||
| @@ -93,6 +93,9 @@ PACKAGES =+ " \ | |||
| 93 | gdbserver gdbserver-dbg \ | 93 | gdbserver gdbserver-dbg \ |
| 94 | " | 94 | " |
| 95 | 95 | ||
| 96 | RDEPENDS_ldd += "bash" | ||
| 97 | RDEPENDS_tzcode += "bash" | ||
| 98 | |||
| 96 | # This test should be fixed to ignore .a files in .debug dirs | 99 | # This test should be fixed to ignore .a files in .debug dirs |
| 97 | INSANE_SKIP_${PN}-dbg = "staticdev" | 100 | INSANE_SKIP_${PN}-dbg = "staticdev" |
| 98 | 101 | ||
