From 08075ae622e19e9533a01ea1add0425a351dec0f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 13:12:09 +0200 Subject: rrdtool: add PACKAGECONFIG for dbi * dbi was autodetected from sysroot causing undeterministic builds and failures in lmsensors builds: ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so, not found (try using -rpath or -rpath-link) sysroots/qemux86/usr/lib/librrd.so: undefined reference to `dbi_result_get_string_idx' Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb index b92fe2fb60..dc43163e0a 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb @@ -19,6 +19,9 @@ inherit autotools gettext EXTRA_AUTORECONF = "-I m4" +PACKAGECONFIG ??= "" +PACKAGECONFIG[dbi] = "--enable-libdbi,--disable-libdbi,libdbi" + EXTRA_OECONF = " \ --enable-shared \ --enable-local-libpng \ -- cgit 1.2.3-korg