From patchwork Thu Aug 30 13:54:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sysstat: Explicitly disable sensors support. Date: Thu, 30 Aug 2012 13:54:22 -0000 From: Marc Ferland X-Patchwork-Id: 35541 Message-Id: <1346334862-18868-1-git-send-email-ferlandm@sonatest.com> To: Since no lmsensors recipe exists by default in oe-core, explicitly disable support for it in sysstat. In my case sysstat would fail linking complaining about undefined references when adding my own lmsensors recipe. Signed-off-by: Marc Ferland --- meta/recipes-extended/sysstat/sysstat.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 9da40a7..76c9252 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -9,6 +9,7 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ inherit autotools gettext +EXTRA_OECONF += "--disable-sensors" EXTRA_OEMAKE += 'LFLAGS=""' do_install() {