summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libmd/libmd_1.0.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 17:34:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:26 +0100
commitbc294b1894fcdfdb8c0fa8d1f562668790b11787 (patch)
treebf9bc6758f80911abcee39df1ab6bf9663eabaad /meta/recipes-support/libmd/libmd_1.0.4.bb
parentda18999915fdd495357e16d576dcdc2cee8b9d6b (diff)
downloadpoky-bc294b1894fcdfdb8c0fa8d1f562668790b11787.tar.gz
libmd: upgrade 1.0.3 -> 1.0.4
(From OE-Core rev: f8db9cb455482ca811f7e76c5ca62476ae0c363d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/libmd/libmd_1.0.4.bb b/meta/recipes-support/libmd/libmd_1.0.4.bb
new file mode 100644
index 0000000000..b93dc2d78d
--- /dev/null
+++ b/meta/recipes-support/libmd/libmd_1.0.4.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Message Digest functions from BSD systems"
2DESCRIPTION = "This library provides message digest functions \
3found on BSD systems either on their libc (NetBSD, OpenBSD) or \
4libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and \
5lacking on others like GNU systems."
6HOMEPAGE = "https://www.hadrons.org/software/libmd/"
7
8LICENSE = "BSD-3-Clause & BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df"
10
11SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz"
12SRC_URI[sha256sum] = "f51c921042e34beddeded4b75557656559cf5b1f2448033b4c1eec11c07e530f"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"