From 3710a1ce7aa4cc30e830a6bf4570c83392fc930e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 26 Oct 2017 13:34:37 -0700 Subject: libdbi: move to recipes-dbs Signed-off-by: Armin Kuster --- meta-oe/recipes-dbs/libdbi/libdbi.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-dbs/libdbi/libdbi.inc (limited to 'meta-oe/recipes-dbs/libdbi/libdbi.inc') diff --git a/meta-oe/recipes-dbs/libdbi/libdbi.inc b/meta-oe/recipes-dbs/libdbi/libdbi.inc new file mode 100644 index 0000000000..cea2838e36 --- /dev/null +++ b/meta-oe/recipes-dbs/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" -- cgit 1.2.3-korg