blob: ef9d60ec2398fd3688bb186df2784ab1b551e693 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001require glibc-collateral.inc
Patrick Williamsc124f4f2015-09-15 14:41:29 -05002
3SUMMARY = "mtrace utility provided by glibc"
4DESCRIPTION = "mtrace utility provided by glibc"
5RDEPENDS_${PN} = "perl"
6RPROVIDES_${PN} = "libc-mtrace"
7
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009
10do_install() {
11 install -d -m 0755 ${D}${bindir}
12 install -m 0755 ${SRC}/mtrace ${D}${bindir}/
13}
Brad Bishop96ff1982019-08-19 13:50:42 -040014
15# Don't scan for CVEs as glibc will be scanned
16CVE_PRODUCT = ""