summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/sysstat.inc
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@sonatest.com>2012-08-30 14:08:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-30 17:44:05 -0700
commitf02238440be3da908129eed105f7f967d7477da0 (patch)
tree174b89b8a4296fc9fa78d0cde2af13998bfba8a9 /meta/recipes-extended/sysstat/sysstat.inc
parentbb0aab79e488a99cb1b43f72f0e8ddbe39d97519 (diff)
downloadpoky-f02238440be3da908129eed105f7f967d7477da0.tar.gz
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. (From OE-Core rev: 686a2b5201aa5ebe46162a0ad9d60d87c63486e0) 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.inc2
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
3HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" 3HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5SECTION = "console/utils" 5SECTION = "console/utils"
6INC_PR = "r1"
6 7
7SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ 8SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
8 file://99_sysstat" 9 file://99_sysstat"
9 10
10inherit autotools gettext 11inherit autotools gettext
11 12
13EXTRA_OECONF += "--disable-sensors"
12EXTRA_OEMAKE += 'LFLAGS=""' 14EXTRA_OEMAKE += 'LFLAGS=""'
13 15
14do_install() { 16do_install() {