summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-scripts.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-scripts.inc5
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
3SUMMARY = "utility scripts provided by eglibc" 3SUMMARY = "utility scripts provided by eglibc"
4DESCRIPTION = "utility scripts provided by eglibc" 4DESCRIPTION = "utility scripts provided by eglibc"
5RDEPENDS_${PN} = "bash" 5RDEPENDS_${PN} = "bash eglibc-mtrace"
6RDEPENDS_ldd = "bash"
7 6
8SRC = "${STAGING_INCDIR}/eglibc-scripts-internal-${MULTIMACH_TARGET_SYS}" 7SRC = "${STAGING_INCDIR}/eglibc-scripts-internal-${MULTIMACH_TARGET_SYS}"
9 8
10bashscripts = "mtrace sotruss xtrace" 9bashscripts = "sotruss xtrace"
11 10
12do_install() { 11do_install() {
13 install -d -m 0755 ${D}${bindir} 12 install -d -m 0755 ${D}${bindir}