diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.10.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.10.bb new file mode 100644 index 0000000000..4ed58811e9 --- /dev/null +++ b/meta/recipes-support/gdbm/gdbm_1.10.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/gdbm/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570" | ||
12 | SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441" | ||
13 | |||
14 | inherit autotools gettext | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||