]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: correct math-bigint dependency typo
authorNathan Lynch <nathan_lynch@mentor.com>
Tue, 27 Sep 2016 18:10:07 +0000 (13:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:15:54 +0000 (10:15 +0100)
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>
meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc

index 830ecce5324f15bcade7f273e84e29dea0c570af..5f853cc9115afe0c79182ca0443eba235c21ea12 100644 (file)
@@ -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"