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:
Tom Rini
2018-08-21 22:47:43 -04:00
committed by Jia Zhang
parent e3f8b0e054
commit 93bba33166
@@ -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"