summaryrefslogtreecommitdiff
path: root/import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc')
-rw-r--r--import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc b/import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc
deleted file mode 100644
index 2a2b41507..000000000
--- a/import-layers/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-require glibc-collateral.inc
-
-SUMMARY = "utility scripts provided by glibc"
-DESCRIPTION = "utility scripts provided by glibc"
-RDEPENDS_${PN} = "bash glibc-mtrace"
-
-SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
-
-bashscripts = "sotruss xtrace"
-
-do_install() {
- install -d -m 0755 ${D}${bindir}
- for i in ${bashscripts}; do
- install -m 0755 ${SRC}/$i ${D}${bindir}/
- done
-}
-
-# sotruss script requires sotruss-lib.so (given by libsotruss package),
-# to produce trace of the library calls.
-RDEPENDS_${PN} += "libsotruss"