diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-30 17:18:07 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-30 17:42:58 +0200 |
commit | 838abf1993f474976515aa9d7bbb709a6d4044d2 (patch) | |
tree | d18de355c947d8b9932bfd7bc2dd68fa55ffabfc | |
parent | c5322a7b31c6dffbd58881ae830b5598977e9f05 (diff) |
libdbi: Introduce libdbi 0.8.2
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/libdbi/libdbi.inc | 22 | ||||
-rw-r--r-- | recipes/libdbi/libdbi_0.7.2.bb | 23 | ||||
-rw-r--r-- | recipes/libdbi/libdbi_0.8.2.bb | 1 |
4 files changed, 28 insertions, 22 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 4109eb2c22..4bb80c147f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -13054,6 +13054,10 @@ sha256=bd518b930f76c976bf693c247f0742d88808c776a2aeb51ab7830dedb0eb692d md5=308e5746a2d0804be1d638319ad7b9c0 sha256=bd518b930f76c976bf693c247f0742d88808c776a2aeb51ab7830dedb0eb692d +[http://downloads.sourceforge.net/libdbi/libdbi-0.8.2.tar.gz] +md5=e5b5aa098ac35e7cb921edcf8b77a865 +sha256=8d3cc69f8afc0386afdaeaab2b3558b2a4fe9a54c440dac34e3b9206d376f407 + [http://downloads.sourceforge.net/libdbi-drivers/libdbi-drivers-0.7.1.tar.gz] md5=f11020119ceb7a6dee3969cb0589d4bc sha256=5ae76aff042249750437ab7e490ae7d9e19a10f0005cd9bb525106365998aca8 diff --git a/recipes/libdbi/libdbi.inc b/recipes/libdbi/libdbi.inc new file mode 100644 index 0000000000..9d533d94b0 --- /dev/null +++ b/recipes/libdbi/libdbi.inc @@ -0,0 +1,22 @@ +# 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 = "LGPL" +SECTION = "libs" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz" + +inherit autotools + +do_stage () { + autotools_stage_includes + cd ./src/.libs/ + oe_libinstall -so libdbi ${STAGING_LIBDIR} +} + +do_configure () { + autotools_do_configure +} diff --git a/recipes/libdbi/libdbi_0.7.2.bb b/recipes/libdbi/libdbi_0.7.2.bb index 8737890368..bd54419686 100644 --- a/recipes/libdbi/libdbi_0.7.2.bb +++ b/recipes/libdbi/libdbi_0.7.2.bb @@ -1,22 +1 @@ -# 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 = "LGPL" -SECTION = "libs" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz" - -inherit autotools - -do_stage () { - autotools_stage_includes - cd ./src/.libs/ - oe_libinstall -so libdbi ${STAGING_LIBDIR} -} - -do_configure () { - autotools_do_configure -}
\ No newline at end of file +require ${PN}.inc diff --git a/recipes/libdbi/libdbi_0.8.2.bb b/recipes/libdbi/libdbi_0.8.2.bb new file mode 100644 index 0000000000..bd54419686 --- /dev/null +++ b/recipes/libdbi/libdbi_0.8.2.bb @@ -0,0 +1 @@ +require ${PN}.inc |