mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
libmd: add a recipe
This is required by new versions of libbsd. (From OE-Core rev: 4d727d36c50da0c07e3f2991eda7bbac6c042180) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1ad1e4f159
commit
7eec30de9f
@@ -350,6 +350,7 @@ RECIPE_MAINTAINER_pn-libinput = "Ross Burton <ross.burton@arm.com>"
|
||||
RECIPE_MAINTAINER_pn-libjitterentropy = "Ross Burton <ross.burton@arm.com>"
|
||||
RECIPE_MAINTAINER_pn-libksba = "Alexander Kanavin <alex.kanavin@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libmatchbox = "Ross Burton <ross.burton@arm.com>"
|
||||
RECIPE_MAINTAINER_pn-libmd = "Alexander Kanavin <alex.kanavin@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libmnl = "Khem Raj <raj.khem@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libmpc = "Khem Raj <raj.khem@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libmodule-build-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
|
||||
|
||||
16
meta/recipes-support/libmd/libmd_1.0.3.bb
Normal file
16
meta/recipes-support/libmd/libmd_1.0.3.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
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] = "5a02097f95cc250a3f1001865e4dbba5f1d15554120f95693c0541923c52af4a"
|
||||
|
||||
inherit autotools
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user