diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:22 +0100 |
commit | e4de1de3c6abcaec5eafa6b3b418ed23c94e39ed (patch) | |
tree | c1ff7a2fa8aba78f00fe8b63c64337f95348da20 /meta | |
parent | f56064ef0064afb65c243a098afe8c899fd5b826 (diff) | |
download | poky-e4de1de3c6abcaec5eafa6b3b418ed23c94e39ed.tar.gz |
perf: Update for python-native changes
Add pythonnative to the inherits list
(From OE-Core rev: d27cd814162fde3362278435a6842928310c2704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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}" | |||
31 | 31 | ||
32 | PROVIDES = "virtual/perf" | 32 | PROVIDES = "virtual/perf" |
33 | 33 | ||
34 | inherit kernel-arch | 34 | inherit kernel-arch pythonnative |
35 | 35 | ||
36 | # needed for building the tools/perf Python bindings | 36 | # needed for building the tools/perf Python bindings |
37 | inherit python-dir | 37 | inherit python-dir |