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 <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-21 13:12:09 +02:00 committed by Eric Bénard
parent 11e44bdc9a
commit 08075ae622

View File

@ -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 \