From: Morgan Little Date: Thu, 19 Jul 2012 17:46:19 +0000 (-0400) Subject: perf: Update for python-native changes X-Git-Tag: 2015-4~9845 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d27cd814162fde3362278435a6842928310c2704;p=openembedded-core.git perf: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Richard Purdie --- 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