libsign: fix dependency loop error

fix below error caused by: openssl->libsign-native->openssl
DEBUG:	Dependency loop #1 found:
Dependency loop #1 found:
...

oe-core commits "bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default"
and "native: Stop clearing PACKAGES" refactor usage of RDEPENDS

Signed-off-by: Changqing Li <changqing.li@windriver.com>
This commit is contained in:
Changqing Li
2021-02-04 17:29:23 +08:00
committed by Jia Zhang
parent 64097c52a0
commit 3704b99169

View File

@@ -50,6 +50,6 @@ FILES_${PN} += "\
"
RDEPENDS_${PN}_class-target += "libcrypto"
RDEPENDS_${PN}_class-native += "openssl"
RDEPENDS_${PN}_class-native += "openssl-native"
BBCLASSEXTEND = "native nativesdk"