diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-04-14 08:20:29 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-04-23 08:03:42 -0700 |
| commit | b27f894dc9153dcd1af9225231ac725ff005fcf3 (patch) | |
| tree | d833e911d38bcdc1f645e79f37d8ebba0a9b25a0 /recipes-security | |
| parent | 6636db9dcdf175ba843b14af2844d682b71fdecc (diff) | |
| download | meta-security-b27f894dc9153dcd1af9225231ac725ff005fcf3.tar.gz | |
libdhash: add package
required by sssd
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/libdhash/ding-libs_0.5.0.bb | 13 |
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 @@ | |||
| 1 | SUMMARY = "Dynamic hash table implementation" | ||
| 2 | DESCRIPTION = "Dynamic hash table implementation" | ||
| 3 | HOMEPAGE = "https://fedorahosted.org/released/ding-libs" | ||
| 4 | SECTION = "base" | ||
| 5 | LICENSE = "GPLv3+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "786f2880d30136a61df02e5d740ddc6e" | ||
| 13 | SRC_URI[sha256sum] = "dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd" | ||
