[oe-commits] Tom Zanussi : perf: add libexec/perf-core and contents

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 14:02:48 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 00f9e8aed9f111d351c2dc71cd8605ccbd11f68f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=00f9e8aed9f111d351c2dc71cd8605ccbd11f68f

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Sun Jun 24 23:30:02 2012 -0500

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 <tom.zanussi at intel.com>

---

 meta/recipes-kernel/perf/perf_3.4.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index 514876b..a1628bb 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"





More information about the Openembedded-commits mailing list