diff options
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.18.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb index fbb1fe72d7..bfc9ee8f85 100644 --- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb +++ b/meta/recipes-support/gdbm/gdbm_1.18.1.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Key/value database library with extensible hashing" | 1 | SUMMARY = "Key/value database library with extensible hashing" |
2 | DESCRIPTION = "Library of database functions that use extensible hashing \ | ||
3 | and work similar to the standard UNIX dbm. These routines are provided \ | ||
4 | to a programmer needing to create and manipulate a hashed database." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/gdbm/" | 5 | HOMEPAGE = "http://www.gnu.org/software/gdbm/" |
3 | SECTION = "libs" | 6 | SECTION = "libs" |
4 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |