aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libmath-bigint-gmp-perl_1.18.bb')
-rw-r--r--recipes/perl/libmath-bigint-gmp-perl_1.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
index 7b57983786..70147033cf 100644
--- a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
+++ b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "gmp-native"
-RDEPENDS += "gmp"
+RDEPENDS_${PN} += "gmp"
PR = "r6"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"