diff options
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.23.bb b/meta/recipes-support/gdbm/gdbm_1.23.bb index 4ec80b5b7e..a08079741d 100644 --- a/meta/recipes-support/gdbm/gdbm_1.23.bb +++ b/meta/recipes-support/gdbm/gdbm_1.23.bb | |||
@@ -4,7 +4,7 @@ and work similar to the standard UNIX dbm. These routines are provided \ | |||
4 | to a programmer needing to create and manipulate a hashed database." | 4 | to a programmer needing to create and manipulate a hashed database." |
5 | HOMEPAGE = "http://www.gnu.org/software/gdbm/" | 5 | HOMEPAGE = "http://www.gnu.org/software/gdbm/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPL-3.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" |
9 | 9 | ||
10 | 10 | ||