From: Morgan Little Date: Thu, 19 Jul 2012 17:46:19 +0000 (-0400) Subject: perf: Update for python-native changes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4de1de3c6abcaec5eafa6b3b418ed23c94e39ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: Update for python-native changes Add pythonnative to the inherits list (From OE-Core rev: d27cd814162fde3362278435a6842928310c2704) 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 5bdd924839e..505c7b80844 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