[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2708/8267] perl: correct math-bigint dependency typo



commit 5268f78235dd126b6050151f79bd73bc12c220e4
Author: Nathan Lynch <nathan_lynch mentor com>
Date:   Tue Sep 27 13:10:07 2016 -0500

    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>

 .../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 830ecce..5f853cc 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"
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]