aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/automake/automake.inc1
-rw-r--r--recipes/automake/automake_1.10.2.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index fa59c1f5cc..a4cdbbb34a 100644
--- a/recipes/automake/automake.inc
+++ b/recipes/automake/automake.inc
@@ -12,6 +12,7 @@ RDEPENDS_automake += "\
perl-module-file-compare \
perl-module-file-copy \
perl-module-file-glob \
+ perl-module-file-path \
perl-module-file-spec-unix \
perl-module-file-stat \
perl-module-getopt-long \
diff --git a/recipes/automake/automake_1.10.2.bb b/recipes/automake/automake_1.10.2.bb
index a17fe7aabb..42e0d66d9e 100644
--- a/recipes/automake/automake_1.10.2.bb
+++ b/recipes/automake/automake_1.10.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 = "r0"
+PR = "r1"
SRC_URI = "\
${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \