mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
15 lines
382 B
BlitzBasic
15 lines
382 B
BlitzBasic
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
|
|
HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "GPL"
|
|
PR = "r4"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
|
|
file://makefile.patch;patch=1 \
|
|
file://libtool-mode.patch;patch=1"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|