aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-19 13:46:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:40:08 +0100
commitd27cd814162fde3362278435a6842928310c2704 (patch)
treefccb1893d01ab3207be14dc1f00e767643cc693a /meta/recipes-kernel/perf
parent2d0f88f0e8d275caca2a89ec1ad4b2e03cb8e8f4 (diff)
downloadopenembedded-core-d27cd814162fde3362278435a6842928310c2704.tar.gz
perf: Update for python-native changes
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf_3.4.bb2
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 5bdd924839..505c7b8084 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