From: Nathan Lynch Date: Tue, 27 Sep 2016 18:10:07 +0000 (-0500) Subject: perl: correct math-bigint dependency typo X-Git-Tag: 2016-10~213 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7080a5919154ed9dd24872e82352d6d619db8656;p=openembedded-core.git perl: correct math-bigint dependency typo This is obviously meant to be RDEPENDS. Signed-off-by: Nathan Lynch Signed-off-by: Richard Purdie --- 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"