diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-11 01:26:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:54 +0100 |
commit | 7449a372ebbc7d27f0e067754c4c0748d15f4ede (patch) | |
tree | e4857c64d352bbd8902ba2905093def132c88dd2 /meta/recipes-devtools/automake/automake_1.11.1.bb | |
parent | 577a9145124582de7c4288dffe993eb7a3459162 (diff) | |
download | poky-7449a372ebbc7d27f0e067754c4c0748d15f4ede.tar.gz |
automake: Update for python.m4 to respect libdir
As we tweak libdir we need python libs that utilize configure to respect
it setting. By updating the python.m4 template, when we regen automake
files they will than respect the setting of libdir which is standard for
any autotools based recipe.
(From OE-Core rev: d300cfe603b00fc963f7ed874563016fcbcc47a8)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.11.1.bb')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.11.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb index c66155fe21..fee9597729 100644 --- a/meta/recipes-devtools/automake/automake_1.11.1.bb +++ b/meta/recipes-devtools/automake/automake_1.11.1.bb | |||
@@ -33,7 +33,8 @@ PATHFIXPATCH = "file://path_prog_fixes.patch;patch=1" | |||
33 | PATHFIXPATCH_virtclass-native = "" | 33 | PATHFIXPATCH_virtclass-native = "" |
34 | 34 | ||
35 | SRC_URI += "${PATHFIXPATCH} \ | 35 | SRC_URI += "${PATHFIXPATCH} \ |
36 | file://prefer-cpio-over-pax-for-ustar-archives.patch" | 36 | file://prefer-cpio-over-pax-for-ustar-archives.patch \ |
37 | file://python-libdir.patch" | ||
37 | 38 | ||
38 | SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" | 39 | SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" |
39 | SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" | 40 | SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" |