opencv + samples: update to 2.1.0
[openembedded.git] / recipes / gdbm / gdbm_1.8.3.bb
blob148266e3c11ff957f4d88e17b204cad5bad59c14
1 DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
2 HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
7 PR = "r3"
9 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
10 file://makefile.patch;patch=1 \
11 file://libtool-mode.patch;patch=1"
13 inherit autotools
15 TARGET_CC_ARCH += "${LDFLAGS}"
17 do_stage () {
18 oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
19 install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/
22 SRC_URI[md5sum] = "1d1b1d5c0245b1c00aff92da751e9aa1"
23 SRC_URI[sha256sum] = "cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9"