diff options
-rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb index 3f004bb2ec..d64fc296e2 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb | |||
@@ -29,7 +29,7 @@ inherit cpan ptest-perl | |||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | 30 | ||
31 | # for backwards compatibility | 31 | # for backwards compatibility |
32 | PROVIDES_${PN} += "libcrypt-openssl-guess" | 32 | PROVIDES += "libcrypt-openssl-guess" |
33 | 33 | ||
34 | RDEPENDS:${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |
35 | perl-module-test-more \ | 35 | perl-module-test-more \ |