summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-04-14 08:20:29 -0700
committerArmin Kuster <akuster808@gmail.com>2016-04-23 08:03:42 -0700
commitb27f894dc9153dcd1af9225231ac725ff005fcf3 (patch)
treed833e911d38bcdc1f645e79f37d8ebba0a9b25a0
parent6636db9dcdf175ba843b14af2844d682b71fdecc (diff)
downloadmeta-security-b27f894dc9153dcd1af9225231ac725ff005fcf3.tar.gz
libdhash: add package
required by sssd Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libdhash/ding-libs_0.5.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-security/libdhash/ding-libs_0.5.0.bb b/recipes-security/libdhash/ding-libs_0.5.0.bb
new file mode 100644
index 0000000..9db66e8
--- /dev/null
+++ b/recipes-security/libdhash/ding-libs_0.5.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Dynamic hash table implementation"
2DESCRIPTION = "Dynamic hash table implementation"
3HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
4SECTION = "base"
5LICENSE = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
9
10inherit autotools pkgconfig
11
12SRC_URI[md5sum] = "786f2880d30136a61df02e5d740ddc6e"
13SRC_URI[sha256sum] = "dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd"