Files
poky/meta/recipes-devtools
Andreas Oberritter eb8ce05d13 automake: omit compilation of pyc files on install
* On install, automake calls py-compile, which previously
  compiled python source code to pyc and pyo, which both
  got packaged.
* The python interpreter in OE contains patches to enable
  optimization (pyo) by default:
    04-default-is-optimized.patch
    99-ignore-optimization-flag.patch
* automake created pyc files by calling py_compile.compile()
  and adding the c suffix manually, resulting in identical
  byte code for both pyc and pyo files.
* py-compile-compile-only-optimized-byte-code.patch
  applies to automake 1.11 and automake master, but older
  versions require a slightly modified patch. However,
  older versions are only pinned by chinook-compat and
  nylon, so I left them untouched.

(From OE-Core rev: 40ccf816c597e7eed5243fb4b4e9473d2b58afaa)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>

The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
aa4585c5065e05c759f16e1e8623fc7f40640f1b.

Modified to apply to automake version 1.11.2 and to
include a patch header. Also renamed the patch.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-26 11:42:34 +00:00
..
2011-12-21 17:16:30 +00:00
2012-01-06 09:22:37 +00:00
2011-10-20 17:13:41 +01:00
2012-01-03 12:14:25 +00:00
2011-07-01 23:27:29 +01:00
2012-01-03 12:14:31 +00:00
2011-12-21 17:16:27 +00:00
2011-11-30 15:15:06 +00:00
2012-02-10 17:01:42 +00:00
2012-01-05 11:24:48 +00:00
2011-07-20 15:27:36 +01:00
2011-07-01 23:27:29 +01:00
2012-01-03 12:14:31 +00:00
2011-11-29 11:22:04 +00:00
2012-01-19 11:34:07 +00:00
2011-05-19 20:51:38 +01:00
2012-01-03 12:14:22 +00:00
2011-06-23 12:07:31 +01:00
2012-01-17 14:53:25 +00:00
2012-02-08 00:50:28 +00:00
2012-02-24 17:01:45 +00:00
2012-02-03 15:56:37 +00:00
2012-02-24 00:12:00 +00:00
2011-10-14 13:18:18 +01:00
2012-02-03 15:56:38 +00:00
2011-12-08 15:24:32 +00:00
2011-12-08 15:24:32 +00:00
2011-12-08 15:24:32 +00:00
2011-12-02 15:14:02 +00:00
2010-12-23 15:52:06 +00:00