libcrypt-openssl-guess-perl: fix syntax for PROVIDES

PROVIDES_${PN} -> PROVIDES

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2022-06-14 13:02:42 +08:00 committed by Khem Raj
parent 10b508deac
commit 9d54352564

View File

@ -29,7 +29,7 @@ inherit cpan ptest-perl
BBCLASSEXTEND = "native"
# for backwards compatibility
PROVIDES_${PN} += "libcrypt-openssl-guess"
PROVIDES += "libcrypt-openssl-guess"
RDEPENDS:${PN}-ptest += "\
perl-module-test-more \