aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake_1.15.bb
diff options
context:
space:
mode:
authorJoseph A. Lutz <joseph.lutz@novatechweb.com>2016-02-25 17:02:35 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-02 22:39:07 +0000
commitbee0f633f0b5ef2439b8e5d54cbfc7bc1f17f47e (patch)
tree3dce1acee75ed7debdda09ffb95d78b837684464 /meta/recipes-devtools/automake/automake_1.15.bb
parentf24eb53979c18bdfc7b0806055de86e812d78e63 (diff)
downloadopenembedded-core-contrib-bee0f633f0b5ef2439b8e5d54cbfc7bc1f17f47e.tar.gz
automake: don't delete .pyc files
The patch being removed in this commit removes *.pyc files from being compiled. This dose not allow a user to select which files are included in the image. Since optimization is no longer the default for python we should have the ability to choose what is included in the image. Signed-off-by: Joseph A. Lutz <joseph.lutz@novatechweb.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.15.bb')
-rw-r--r--meta/recipes-devtools/automake/automake_1.15.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.15.bb b/meta/recipes-devtools/automake/automake_1.15.bb
index 85494b4af0..a3c72fd334 100644
--- a/meta/recipes-devtools/automake/automake_1.15.bb
+++ b/meta/recipes-devtools/automake/automake_1.15.bb
@@ -19,7 +19,6 @@ RDEPENDS_${PN} += "\
RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native"
SRC_URI += " file://python-libdir.patch \
- file://py-compile-compile-only-optimized-byte-code.patch \
file://buildtest.patch \
file://performance.patch \
file://new_rt_path_for_test-driver.patch"