diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-02-27 15:19:11 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-02-27 15:23:03 +0100 |
commit | 7af1246236624d607df7f9a261396efc4566f625 (patch) | |
tree | 274afbe79e926b1f76d1b1d9ec1bfdc7e7639f7e /recipes-support | |
parent | 5b298ba8726cc7bb4fb894dc0a274695bed54925 (diff) | |
parent | 4b4fb87a79c7b6c6d787e9152758401ddf86485a (diff) | |
download | meta-updater-7af1246236624d607df7f9a261396efc4566f625.tar.gz |
Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rocko
Bring in updates to oe-selftest.
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 7a93102..02d9e50 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 | file://0001-Workaround-for-a-buggy-version-of-openssl-1.0.2m.patch" | 13 | file://0001-Workaround-for-a-buggy-version-of-openssl-1.0.2m.patch" |