[oe-commits] Morgan Little : perf: Update for python-native changes

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:44:03 UTC 2012


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

Author: Morgan Little <morgan.little at windriver.com>
Date:   Thu Jul 19 13:46:19 2012 -0400

perf: Update for python-native changes

Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index 5bdd924..505c7b8 100644
--- a/meta/recipes-kernel/perf/perf_3.4.bb
+++ b/meta/recipes-kernel/perf/perf_3.4.bb
@@ -31,7 +31,7 @@ RDEPENDS_${PN} += "elfutils ${SCRIPTING_RDEPENDS}"
 
 PROVIDES = "virtual/perf"
 
-inherit kernel-arch
+inherit kernel-arch pythonnative
 
 # needed for building the tools/perf Python bindings
 inherit python-dir





More information about the Openembedded-commits mailing list