mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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 9d54352564)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ inherit cpan ptest-perl
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
# for backwards compatibility
|
# for backwards compatibility
|
||||||
PROVIDES_${PN} += "libcrypt-openssl-guess"
|
PROVIDES += "libcrypt-openssl-guess"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += "\
|
RDEPENDS:${PN}-ptest += "\
|
||||||
perl-module-test-more \
|
perl-module-test-more \
|
||||||
|
|||||||
Reference in New Issue
Block a user