summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-07-05 09:49:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-05 15:56:17 +0100
commitdcc43c34bfa9304233ecfd3f518a84ddfdc2fd90 (patch)
tree348652f0528725936ce7c506c337066a47421ae3 /meta/recipes-kernel
parent7d3281be18567207de8ce2cabce03957bf2cbca8 (diff)
downloadopenembedded-core-dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90.tar.gz
perf: remove unconditional python-ext install
This shouldn't be unconditional - a later patch made it so, but that's not yet pulled in. In the meantime, to fix build failures remove the unconditional install. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/perf/perf_3.4.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index a1628bbb47..381332e7b7 100644
--- a/meta/recipes-kernel/perf/perf_3.4.bb
+++ b/meta/recipes-kernel/perf/perf_3.4.bb
@@ -60,7 +60,6 @@ do_compile() {
do_install() {
oe_runmake DESTDIR=${D} install
- oe_runmake DESTDIR=${D} install-python_ext
}
PACKAGE_ARCH = "${MACHINE_ARCH}"