[oe-commits] Shrikant Bobade : autoconf: add rdep on perl-module-data-dumper

git at git.openembedded.org git at git.openembedded.org
Fri Aug 15 07:47:46 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f8e557d60bd085470bd615ac408c5da52d861ba3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f8e557d60bd085470bd615ac408c5da52d861ba3

Author: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Date:   Wed Aug 13 14:44:25 2014 +0530

autoconf: add rdep on perl-module-data-dumper

This patch adds rdepends on perl-module-data-dumper
for autoconf.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/autoconf/autoconf.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index 8ed4b13..8b00fbd 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "m4 gnu-config \
 		  perl-module-getopt-long \
 		  perl-module-io-file \
 		  perl-module-posix \
+		  perl-module-data-dumper \
 		 "
 RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
 



More information about the Openembedded-commits mailing list