From d27cd814162fde3362278435a6842928310c2704 Mon Sep 17 00:00:00 2001 From: Morgan Little Date: Thu, 19 Jul 2012 13:46:19 -0400 Subject: perf: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/perf') 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 -- cgit 1.2.3-korg