From 24e1df0ad985ddc2c975ba9e6ce92829d4223202 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 28 Sep 2020 10:29:06 +0200 Subject: softhsm: remove since it was added to meta-openembedded last year. It appears to be an almost straight copy of this recipe. Signed-off-by: Patrick Vacek --- recipes-support/softhsm/softhsm_git.bb | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 recipes-support/softhsm/softhsm_git.bb 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 @@ -SUMMARY = "HSM emulator" -HOMEPAGE = "https://www.opendnssec.org/softhsm/" -LICENSE = "BSD-2-Clause & ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210" - -DEPENDS = "openssl" - -SRC_URI = "git://github.com/opendnssec/SoftHSMv2.git;branch=master" -SRCREV = "369df0383d101bc8952692c2a368ac8bc887d1b4" - -PV = "2.5.0" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -# EdDSA requires OpenSSL >= 1.1.1 -EXTRA_OECONF = "--enable-eddsa --disable-gost" - -do_configure_prepend() { - ( - cd ${S} - unset docdir - sh ./autogen.sh - ) -} -- cgit v1.2.3-54-g00ecf