mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user