increase dvbapp PR.
[vuplus_openembedded] / recipes / libdbi / libdbi.inc
1 # libdbi OE build file
2 # Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 DESCRIPTION = "Database Independent Abstraction Layer for C"
6 HOMEPAGE = "http://libdbi.sourceforge.net/"
7 LICENSE = "LGPL"
8 SECTION = "libs"
9
10 INC_PR = "r1"
11
12 SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz"
13
14 inherit autotools
15
16 EXTRA_OECONF = "--disable-docs"
17
18 do_stage () {
19         autotools_stage_includes
20         cd ./src/.libs/
21         oe_libinstall -so libdbi ${STAGING_LIBDIR}
22 }
23
24 do_configure () {
25         autotools_do_configure
26 }