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:15:54 +0100 |
commit | 7080a5919154ed9dd24872e82352d6d619db8656 (patch) | |
tree | a65308057672d26c62f1a8216e2a58975f6af71b /meta | |
parent | 9e9875fc19df6b924aa7f9d06e7b4e07222d0799 (diff) | |
download | openembedded-core-7080a5919154ed9dd24872e82352d6d619db8656.tar.gz openembedded-core-7080a5919154ed9dd24872e82352d6d619db8656.tar.bz2 openembedded-core-7080a5919154ed9dd24872e82352d6d619db8656.zip |
perl: correct math-bigint dependency typo
This is obviously meant to be RDEPENDS.
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" # Some additional dependencies that the above doesn't manage to figure out RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" -DEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" +RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" |