mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01: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:
parent
10b508deac
commit
9d54352564
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user