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