diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-02-12 14:01:47 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-02-14 14:57:13 +0100 |
commit | a9d8688a9e7849c70f448abd3c4c44cec9e16a69 (patch) | |
tree | 5aa64dae2b19e54aaa67ae80162bfb4fd7ef39f8 /recipes-support | |
parent | 87d1414e124b352417b080971fc4c4412ab29aa9 (diff) | |
download | meta-updater-a9d8688a9e7849c70f448abd3c4c44cec9e16a69.tar.gz |
No longer require engine-pkcs11.
It was merged into the libp11 package. Bump aktualizr to use the correct
default path (and fix some various OSTree issues). Add opensc as it was
previously a transitive dependency.
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/libp11/libp11_0.4.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/libp11/libp11_0.4.7.bb b/recipes-support/libp11/libp11_0.4.7.bb index 7d77e90..877a57e 100644 --- a/recipes-support/libp11/libp11_0.4.7.bb +++ b/recipes-support/libp11/libp11_0.4.7.bb | |||
@@ -7,6 +7,7 @@ SECTION = "Development/Libraries" | |||
7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
9 | DEPENDS = "libtool openssl" | 9 | DEPENDS = "libtool openssl" |
10 | RDEPENDS_${PN} += " opensc" | ||
10 | 11 | ||
11 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git" |
12 | SRCREV = "da725ab727342083478150a203a3c80c4551feb4" | 13 | SRCREV = "da725ab727342083478150a203a3c80c4551feb4" |