mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
libsign: Enable nativesdk support
Bump up to the current top of libsign so that we can easily get a copy of selsign that can be put into an SDK. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -21,7 +21,7 @@ PV = "0.3.2+git${SRCPV}"
|
||||
SRC_URI = "\
|
||||
git://github.com/jiazhang0/libsign.git \
|
||||
"
|
||||
SRCREV = "0e8005f1c546ef25d834084f5cd85d386cf7cd1d"
|
||||
SRCREV = "1050db752d208fb3571167f154a1db0e031c3a09"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -50,4 +50,4 @@ FILES_${PN} += "\
|
||||
RDEPENDS_${PN}_class-target += "libcrypto"
|
||||
RDEPENDS_${PN}_class-native += "openssl"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user