[oe-commits] Tom Zanussi : perf: remove unconditional python-ext install

git at git.openembedded.org git at git.openembedded.org
Thu Jul 5 15:00:18 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Thu Jul  5 09:49:52 2012 -0500

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 at intel.com>

---

 meta/recipes-kernel/perf/perf_3.4.bb |    1 -
 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 a1628bb..381332e 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}"





More information about the Openembedded-commits mailing list