diff options
author | Marc Ferland <ferlandm@sonatest.com> | 2012-08-30 14:08:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-30 16:51:45 -0700 |
commit | 686a2b5201aa5ebe46162a0ad9d60d87c63486e0 (patch) | |
tree | 6d2e4bae670e57ddc4f296d2a3eb2dbed35da1df /meta/recipes-extended/sysstat/sysstat.inc | |
parent | 5bc4c0593997b046300a8f5b3f63c278aeb31d68 (diff) | |
download | openembedded-core-686a2b5201aa5ebe46162a0ad9d60d87c63486e0.tar.gz openembedded-core-686a2b5201aa5ebe46162a0ad9d60d87c63486e0.tar.bz2 openembedded-core-686a2b5201aa5ebe46162a0ad9d60d87c63486e0.zip |
sysstat: Explicitly disable sensors support.
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 <ferlandm@sonatest.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 9da40a7067..287bb54db9 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -3,12 +3,14 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" LICENSE = "GPLv2+" SECTION = "console/utils" +INC_PR = "r1" SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ file://99_sysstat" inherit autotools gettext +EXTRA_OECONF += "--disable-sensors" EXTRA_OEMAKE += 'LFLAGS=""' do_install() { |