summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libmd/libmd_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libmd/libmd_1.0.4.bb')
-rw-r--r--meta/recipes-support/libmd/libmd_1.0.4.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-support/libmd/libmd_1.0.4.bb b/meta/recipes-support/libmd/libmd_1.0.4.bb
deleted file mode 100644
index b93dc2d78d..0000000000
--- a/meta/recipes-support/libmd/libmd_1.0.4.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Message Digest functions from BSD systems"
-DESCRIPTION = "This library provides message digest functions \
-found on BSD systems either on their libc (NetBSD, OpenBSD) or \
-libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and \
-lacking on others like GNU systems."
-HOMEPAGE = "https://www.hadrons.org/software/libmd/"
-
-LICENSE = "BSD-3-Clause & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df"
-
-SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f51c921042e34beddeded4b75557656559cf5b1f2448033b4c1eec11c07e530f"
-
-inherit autotools
-
-BBCLASSEXTEND = "native nativesdk"