aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake_1.9.2.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 21:51:27 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 21:51:27 +0000
commit2f0c96f2f7aa39f59345261fd2470eba55b7b989 (patch)
tree733bdeb7f4a96f4d788683e80db798859bd66639 /packages/automake/automake_1.9.2.bb
parent4828523eba3a9aaf08cdb8ae05b5bf7a018b922c (diff)
downloadopenembedded-2f0c96f2f7aa39f59345261fd2470eba55b7b989.tar.gz
Fix the automake path bits .. again .. forgot to patch Makefile.in while i was patching Makefile.am, so the automake build tried to call the local automake on its own buildsystem before it built it..
BKrev: 422f6fdf4Y80DL4lbmlJib9su7S22A
Diffstat (limited to 'packages/automake/automake_1.9.2.bb')
-rw-r--r--packages/automake/automake_1.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/automake/automake_1.9.2.bb b/packages/automake/automake_1.9.2.bb
index 266b70b74c..a34e2e287b 100644
--- a/packages/automake/automake_1.9.2.bb
+++ b/packages/automake/automake_1.9.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
LICENSE = "GPL"
HOMEPAGE = "http://www.gnu.org/software/automake/"
SECTION = "devel"
-PR = "r5"
+PR = "r6"
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
file://path_prog_fixes.patch;patch=1"