glibc-external: add bash rdeps to ldd/tzcode

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2015-04-28 13:29:25 -07:00
parent 04c56641bf
commit a0f481c1f7

View File

@@ -131,3 +131,7 @@ FILES_${PN}-dev += "\
${includedir}/uchar.h \
"
FILES_${PN}-dev[file-checksums] += "${libc_headers_file}"
# Currently, ldd and tzcode from Sourcery G++ still have #!/bin/bash
RDEPENDS_ldd += "bash"
RDEPENDS_tzcode += "bash"