summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-11 01:26:33 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:11:24 +0100
commitd300cfe603b00fc963f7ed874563016fcbcc47a8 (patch)
treefac5cc2ec48da10521249c994080794e7f15993d /meta/recipes-devtools/automake/automake.inc
parent67c9804e0416defb7c3f69bd02bbae3710e5be0a (diff)
downloadopenembedded-core-d300cfe603b00fc963f7ed874563016fcbcc47a8.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. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r--meta/recipes-devtools/automake/automake.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index 96d797f914..f217e1432b 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf."
LICENSE = "GPLv2"
HOMEPAGE = "http://www.gnu.org/software/automake/"
SECTION = "devel"
-PR = "r3"
+PR = "r4"
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "