diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-21 22:47:43 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-08-25 08:14:56 +0800 |
commit | 93bba331667eccc67324860fecc51ca0a89a6535 (patch) | |
tree | 79d2ec78293d1ba352cbab3d6dd9306a1fe6485d | |
parent | e3f8b0e05405093f6c79e4b1b1dbcb3b2ea5d868 (diff) | |
download | meta-secure-core-93bba331667eccc67324860fecc51ca0a89a6535.tar.gz |
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>
-rw-r--r-- | meta-signing-key/recipes-devtools/libsign/libsign_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-signing-key/recipes-devtools/libsign/libsign_git.bb b/meta-signing-key/recipes-devtools/libsign/libsign_git.bb index 72f9d7a..8ef3909 100644 --- a/meta-signing-key/recipes-devtools/libsign/libsign_git.bb +++ b/meta-signing-key/recipes-devtools/libsign/libsign_git.bb | |||
@@ -21,7 +21,7 @@ PV = "0.3.2+git${SRCPV}" | |||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | git://github.com/jiazhang0/libsign.git \ | 22 | git://github.com/jiazhang0/libsign.git \ |
23 | " | 23 | " |
24 | SRCREV = "0e8005f1c546ef25d834084f5cd85d386cf7cd1d" | 24 | SRCREV = "1050db752d208fb3571167f154a1db0e031c3a09" |
25 | 25 | ||
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||
@@ -50,4 +50,4 @@ FILES_${PN} += "\ | |||
50 | RDEPENDS_${PN}_class-target += "libcrypto" | 50 | RDEPENDS_${PN}_class-target += "libcrypto" |
51 | RDEPENDS_${PN}_class-native += "openssl" | 51 | RDEPENDS_${PN}_class-native += "openssl" |
52 | 52 | ||
53 | BBCLASSEXTEND = "native" | 53 | BBCLASSEXTEND = "native nativesdk" |