[oe-commits] Stanislav Brabec : automake: RDEPENDS on perl-module-file-path, needed by autoconf/Autom4te/General.pm.

git version control git at git.openembedded.org
Sat Jul 25 18:32:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 156b83943190a7b9b3b85f35bee1378c4c6e9d9c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=156b83943190a7b9b3b85f35bee1378c4c6e9d9c

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sat Jul 25 18:30:37 2009 +0000

automake: RDEPENDS on perl-module-file-path, needed by autoconf/Autom4te/General.pm.

---

 recipes/automake/automake.inc       |    1 +
 recipes/automake/automake_1.10.2.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index fa59c1f..a4cdbbb 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 a17fe7a..42e0d66 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 \





More information about the Openembedded-commits mailing list