mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-27 14:28:45 +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 = "\
|
SRC_URI = "\
|
||||||
git://github.com/jiazhang0/libsign.git \
|
git://github.com/jiazhang0/libsign.git \
|
||||||
"
|
"
|
||||||
SRCREV = "0e8005f1c546ef25d834084f5cd85d386cf7cd1d"
|
SRCREV = "1050db752d208fb3571167f154a1db0e031c3a09"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
@@ -50,4 +50,4 @@ FILES_${PN} += "\
|
|||||||
RDEPENDS_${PN}_class-target += "libcrypto"
|
RDEPENDS_${PN}_class-target += "libcrypto"
|
||||||
RDEPENDS_${PN}_class-native += "openssl"
|
RDEPENDS_${PN}_class-native += "openssl"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user