mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Modify LICENSE for ding-libs and libmhash. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
457 B
BlitzBasic
13 lines
457 B
BlitzBasic
SUMMARY = "Dynamic hash table implementation"
|
|
DESCRIPTION = "Dynamic hash table implementation"
|
|
HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
|
|
SECTION = "base"
|
|
LICENSE = "GPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI[sha256sum] = "a319a327deb81f2dfab9ce4a4926e80e1dac5dcfc89f4c7e548cec2645af27c1"
|