diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-scripts.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-scripts.inc b/meta/recipes-core/eglibc/eglibc-scripts.inc index a020961f7f..9ca6673404 100644 --- a/meta/recipes-core/eglibc/eglibc-scripts.inc +++ b/meta/recipes-core/eglibc/eglibc-scripts.inc | |||
@@ -2,12 +2,11 @@ include eglibc-collateral.inc | |||
2 | 2 | ||
3 | SUMMARY = "utility scripts provided by eglibc" | 3 | SUMMARY = "utility scripts provided by eglibc" |
4 | DESCRIPTION = "utility scripts provided by eglibc" | 4 | DESCRIPTION = "utility scripts provided by eglibc" |
5 | RDEPENDS_${PN} = "bash" | 5 | RDEPENDS_${PN} = "bash eglibc-mtrace" |
6 | RDEPENDS_ldd = "bash" | ||
7 | 6 | ||
8 | SRC = "${STAGING_INCDIR}/eglibc-scripts-internal-${MULTIMACH_TARGET_SYS}" | 7 | SRC = "${STAGING_INCDIR}/eglibc-scripts-internal-${MULTIMACH_TARGET_SYS}" |
9 | 8 | ||
10 | bashscripts = "mtrace sotruss xtrace" | 9 | bashscripts = "sotruss xtrace" |
11 | 10 | ||
12 | do_install() { | 11 | do_install() { |
13 | install -d -m 0755 ${D}${bindir} | 12 | install -d -m 0755 ${D}${bindir} |