summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-09-28 10:29:06 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2020-09-28 10:29:06 +0200
commit24e1df0ad985ddc2c975ba9e6ce92829d4223202 (patch)
tree91b33b99e8a43c09a1f73195fb562c3164d1b9af
parentf654480aecf42c6c13a62a71416fd033c7409f56 (diff)
downloadmeta-updater-feat/rm-upstreamed-packages.tar.gz
softhsm: remove since it was added to meta-openembedded last year.feat/rm-upstreamed-packages
It appears to be an almost straight copy of this recipe. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--recipes-support/softhsm/softhsm_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-support/softhsm/softhsm_git.bb b/recipes-support/softhsm/softhsm_git.bb
deleted file mode 100644
index 4dcfe7d..0000000
--- a/recipes-support/softhsm/softhsm_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "HSM emulator"
2HOMEPAGE = "https://www.opendnssec.org/softhsm/"
3LICENSE = "BSD-2-Clause & ISC"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210"
5
6DEPENDS = "openssl"
7
8SRC_URI = "git://github.com/opendnssec/SoftHSMv2.git;branch=master"
9SRCREV = "369df0383d101bc8952692c2a368ac8bc887d1b4"
10
11PV = "2.5.0"
12
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig
16
17# EdDSA requires OpenSSL >= 1.1.1
18EXTRA_OECONF = "--enable-eddsa --disable-gost"
19
20do_configure_prepend() {
21 (
22 cd ${S}
23 unset docdir
24 sh ./autogen.sh
25 )
26}