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>
This commit is contained in:
Morgan Little 2012-07-19 13:46:19 -04:00 committed by Richard Purdie
parent f56064ef00
commit e4de1de3c6
1 changed files with 1 additions and 1 deletions

View File

@ -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