aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libdbi/libdbi.inc
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2012-11-26 18:10:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-27 12:46:10 +0100
commit32bf3d74d3f60fc78a7d14e76c73237f24221cc5 (patch)
tree9ab977b339cad0bd029f8688a04d824c54044285 /meta-oe/recipes-support/libdbi/libdbi.inc
parente919d827151e840d95fea189d8b56d046672510c (diff)
downloadmeta-openembedded-contrib-32bf3d74d3f60fc78a7d14e76c73237f24221cc5.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/libdbi/libdbi.inc')
-rw-r--r--meta-oe/recipes-support/libdbi/libdbi.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libdbi/libdbi.inc b/meta-oe/recipes-support/libdbi/libdbi.inc
new file mode 100644
index 0000000000..cea2838e36
--- /dev/null
+++ b/meta-oe/recipes-support/libdbi/libdbi.inc
@@ -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"