mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libdbi: import from OE-classic and update to latest 0.8.4
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
fe354846be
commit
23faa51a10
51
meta-oe/recipes-support/libdbi/libdbi-drivers.inc
Normal file
51
meta-oe/recipes-support/libdbi/libdbi-drivers.inc
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# libdbi-drivers OE build file
|
||||
# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
|
||||
# Released under the MIT license (see packages/COPYING)
|
||||
|
||||
DESCRIPTION = "Database Drivers for libdbi"
|
||||
HOMEPAGE = "http://libdbi-drivers.sourceforge.net/"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
|
||||
SECTION = "libs"
|
||||
|
||||
PROVIDES = "libdbd-sqlite"
|
||||
DEPENDS = "libdbi sqlite sqlite3 mysql5 postgresql"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi-drivers/libdbi-drivers-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
PACKAGES += "libdbd-sqlite3 libdbd-sqlite libdbd-pgsql libdbd-mysql"
|
||||
|
||||
EXTRA_OECONF = "--with-dbi-incdir=${STAGING_INCDIR} \
|
||||
--with-dbi-libdir=${STAGING_LIBDIR} \
|
||||
--with-sqlite \
|
||||
--with-sqlite3 \
|
||||
--with-pgsql \
|
||||
--with-mysql \
|
||||
--with-sqlite-libdir=${STAGING_LIBDIR} \
|
||||
--with-sqlite-incdir=${STAGING_INCDIR} \
|
||||
--with-sqlite3-incdir=${STAGING_INCDIR} \
|
||||
--with-sqlite3-libdir=${STAGING_LIBDIR} \
|
||||
--with-mysql-incdir=${STAGING_INCDIR} \
|
||||
--with-mysql-libdir=${STAGING_LIBDIR} \
|
||||
--with-pgsql-incdir=${STAGING_INCDIR} \
|
||||
--with-pgsql-libdir=${STAGING_LIBDIR} \
|
||||
--disable-docs"
|
||||
|
||||
FILES_${PN}-dbg += " ${libdir}/dbd/.debug/*.so"
|
||||
FILES_${PN}-dev += " ${libdir}/dbd/*.la"
|
||||
FILES_${PN}-staticdev += " ${libdir}/dbd/*.a"
|
||||
|
||||
DESCRIPTION_libdbd-sqlite = "SQLite database driver for libdbi"
|
||||
FILES_libdbd-sqlite = "${libdir}/dbd/libdbdsqlite.so"
|
||||
|
||||
DESCRIPTION_libdbd-sqlite3 = "SQLite3 database driver for libdbi"
|
||||
FILES_libdbd-sqlite3 = "${libdir}/dbd/libdbdsqlite3.so"
|
||||
|
||||
DESCRIPTION_libdbd-mysql = "MySQL4 database driver for libdbi"
|
||||
FILES_libdbd-mysql = "${libdir}/dbd/libdbdmysql.so"
|
||||
|
||||
DESCRIPTION_libdbd-psql = "Postgres SQL database driver for libdbi"
|
||||
FILES_libdbd-pgsql = "${libdir}/dbd/libdbdpgsql.so"
|
||||
|
||||
6
meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
Normal file
6
meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require ${PN}.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd"
|
||||
SRC_URI[sha256sum] = "4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72"
|
||||
17
meta-oe/recipes-support/libdbi/libdbi.inc
Normal file
17
meta-oe/recipes-support/libdbi/libdbi.inc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# libdbi OE build file
|
||||
# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
|
||||
# Released under the MIT license (see packages/COPYING)
|
||||
|
||||
DESCRIPTION = "Database Independent Abstraction Layer for C"
|
||||
HOMEPAGE = "http://libdbi.sourceforge.net/"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
|
||||
SECTION = "libs"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--disable-docs"
|
||||
6
meta-oe/recipes-support/libdbi/libdbi_0.8.4.bb
Normal file
6
meta-oe/recipes-support/libdbi/libdbi_0.8.4.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require ${PN}.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "c5f15407ef7b07ba854cd8c9b15b88ff"
|
||||
SRC_URI[sha256sum] = "ef38db616f0752ccb09b8ba2eac471722369b8ded50b153c25e238cac2c8de99"
|
||||
Loading…
Reference in New Issue
Block a user