mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user