summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libdbi/libdbi.inc
diff options
context:
space:
mode:
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 000000000..cea2838e3
--- /dev/null
+++ b/meta-oe/recipes-support/libdbi/libdbi.inc
@@ -0,0 +1,17 @@
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
5DESCRIPTION = "Database Independent Abstraction Layer for C"
6HOMEPAGE = "http://libdbi.sourceforge.net/"
7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
9SECTION = "libs"
10
11INC_PR = "r0"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz"
14
15inherit autotools
16
17EXTRA_OECONF = "--disable-docs"