diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-05 09:49:52 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-05 16:01:32 +0100 |
| commit | b502bc282d8ebf03fd34aeafa53646965903676a (patch) | |
| tree | a28ef070d5aa95c5d40726e03e3515262133fb56 | |
| parent | 39b5d509a3f77ce26818140be0db7292dda39204 (diff) | |
| download | poky-b502bc282d8ebf03fd34aeafa53646965903676a.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.
(From OE-Core rev: dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | 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 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() { | |||
| 60 | 60 | ||
| 61 | do_install() { | 61 | do_install() { |
| 62 | oe_runmake DESTDIR=${D} install | 62 | oe_runmake DESTDIR=${D} install |
| 63 | oe_runmake DESTDIR=${D} install-python_ext | ||
| 64 | } | 63 | } |
| 65 | 64 | ||
| 66 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 65 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
