From: Tom Zanussi Date: Mon, 25 Jun 2012 04:30:02 +0000 (-0500) Subject: perf: add libexec/perf-core and contents X-Git-Tag: yocto-4.0~36497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00f9e8aed9f111d351c2dc71cd8605ccbd11f68f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: add libexec/perf-core and contents libexec/perf-core contains all the pre-canned scripts and modules needed by both the Perl and Python bindigs. Add libexec/perf-core along with all the pre-defined perf scripts underneath it. Signed-off-by: Tom Zanussi --- diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 514876b8732..a1628bbb47c 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb @@ -65,5 +65,6 @@ do_install() { PACKAGE_ARCH = "${MACHINE_ARCH}" +FILES_${PN} += "${libexecdir}/perf-core" FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug" FILES_${PN} += "${libdir}/python*/site-packages"