diff options
author | Shrikant Bobade <Shrikant_Bobade@mentor.com> | 2014-08-13 14:26:25 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:49 +0100 |
commit | 8e46af2c29c765c6dbb7d4fbbec29c55b872064c (patch) | |
tree | eb96c44315dfc7fbae4a9f893e5c85e6f93d4ace /meta | |
parent | ba4eb6d04670a4e190287f4a536618f5eede0473 (diff) | |
download | poky-8e46af2c29c765c6dbb7d4fbbec29c55b872064c.tar.gz |
autoconf: add rdep on perl-module-data-dumper
This patch adds rdepends on perl-module-data-dumper
for autoconf.
(From OE-Core rev: 8b3a911aac460a137099ca2b3a0a84fedea31309)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 8ed4b134ea..8b00fbddf5 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
23 | perl-module-getopt-long \ | 23 | perl-module-getopt-long \ |
24 | perl-module-io-file \ | 24 | perl-module-io-file \ |
25 | perl-module-posix \ | 25 | perl-module-posix \ |
26 | perl-module-data-dumper \ | ||
26 | " | 27 | " |
27 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" | 28 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
28 | 29 | ||