diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-25 18:30:37 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-25 18:30:37 +0000 |
commit | 156b83943190a7b9b3b85f35bee1378c4c6e9d9c (patch) | |
tree | 6d6fa5539621245cde48175f789cfdc00367fd52 /recipes/automake/automake_1.10.2.bb | |
parent | 8b23ff6c77e0a86398e00e9cf4cec5f375a24253 (diff) |
automake: RDEPENDS on perl-module-file-path, needed by autoconf/Autom4te/General.pm.
Diffstat (limited to 'recipes/automake/automake_1.10.2.bb')
-rw-r--r-- | recipes/automake/automake_1.10.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |