summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/libdhash/ding-libs_0.6.1.bb2
-rw-r--r--recipes-security/libmhash/libmhash_0.9.9.9.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb b/recipes-security/libdhash/ding-libs_0.6.1.bb
index 6046fa0..843850f 100644
--- a/recipes-security/libdhash/ding-libs_0.6.1.bb
+++ b/recipes-security/libdhash/ding-libs_0.6.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation"
2DESCRIPTION = "Dynamic hash table implementation" 2DESCRIPTION = "Dynamic hash table implementation"
3HOMEPAGE = "https://fedorahosted.org/released/ding-libs" 3HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
4SECTION = "base" 4SECTION = "base"
5LICENSE = "GPLv3+" 5LICENSE = "GPL-3.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" 8SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb
index 9b34cb1..35c5ff8 100644
--- a/recipes-security/libmhash/libmhash_0.9.9.9.bb
+++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "\
7 " 7 "
8HOMEPAGE = "http://mhash.sourceforge.net/" 8HOMEPAGE = "http://mhash.sourceforge.net/"
9 9
10LICENSE = "LGPLv2.0" 10LICENSE = "LGPL-2.0-only"
11LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 11LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
12 12
13S = "${WORKDIR}/mhash-${PV}" 13S = "${WORKDIR}/mhash-${PV}"