mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 14:32:47 +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>
(cherry picked from commit 9d543525642a4369f60b9d3ea721e55d0a605fce)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
e73a317cb7
commit
d8d1b71a50
@ -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…
x
Reference in New Issue
Block a user