diff options
Diffstat (limited to 'meta/recipes-core/eglibc')
-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 SUMMARY = "utility scripts provided by eglibc" DESCRIPTION = "utility scripts provided by eglibc" -RDEPENDS_${PN} = "bash" -RDEPENDS_ldd = "bash" +RDEPENDS_${PN} = "bash eglibc-mtrace" SRC = "${STAGING_INCDIR}/eglibc-scripts-internal-${MULTIMACH_TARGET_SYS}" -bashscripts = "mtrace sotruss xtrace" +bashscripts = "sotruss xtrace" do_install() { install -d -m 0755 ${D}${bindir} |