diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2016-09-27 13:10:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:04 +0100 |
commit | 5268f78235dd126b6050151f79bd73bc12c220e4 (patch) | |
tree | 5018eda461af8998b57e9b6bb04b2606c70e1d4d /meta/recipes-devtools | |
parent | 206ad10eaa360b54ea277360f82f3337673cb39b (diff) | |
download | poky-5268f78235dd126b6050151f79bd73bc12c220e4.tar.gz |
perl: correct math-bigint dependency typo
This is obviously meant to be RDEPENDS.
(From OE-Core rev: 7080a5919154ed9dd24872e82352d6d619db8656)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc index 830ecce532..5f853cc911 100644 --- a/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc +++ b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | |||
@@ -18,7 +18,7 @@ RDEPENDS_${PN}-pod += "perl" | |||
18 | 18 | ||
19 | # Some additional dependencies that the above doesn't manage to figure out | 19 | # Some additional dependencies that the above doesn't manage to figure out |
20 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 20 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
21 | DEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" | 21 | RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" |
22 | RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" | 22 | RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" |
23 | 23 | ||
24 | 24 | ||