From 7080a5919154ed9dd24872e82352d6d619db8656 Mon Sep 17 00:00:00 2001 From: Nathan Lynch Date: Tue, 27 Sep 2016 13:10:07 -0500 Subject: perl: correct math-bigint dependency typo This is obviously meant to be RDEPENDS. Signed-off-by: Nathan Lynch Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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" -- cgit 1.2.3-korg