summaryrefslogtreecommitdiffstats
path: root/meta
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
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')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc2
-rw-r--r--meta/recipes-extended/sysstat/sysstat_10.0.5.bb2
2 files changed, 3 insertions, 1 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() {
diff --git a/meta/recipes-extended/sysstat/sysstat_10.0.5.bb b/meta/recipes-extended/sysstat/sysstat_10.0.5.bb
index 233102a7b0..1c8595ab2c 100644
--- a/meta/recipes-extended/sysstat/sysstat_10.0.5.bb
+++ b/meta/recipes-extended/sysstat/sysstat_10.0.5.bb
@@ -2,7 +2,7 @@ require sysstat.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 3LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
4 4
5PR = "r0" 5PR = "${INC_PR}.1"
6 6
7SRC_URI[md5sum] = "208dd236d726d20591d53d3a20124dd4" 7SRC_URI[md5sum] = "208dd236d726d20591d53d3a20124dd4"
8SRC_URI[sha256sum] = "1f474d6ca742af73d0f9d09a374bda64c72bccb126aef327fa74383ff438feff" 8SRC_URI[sha256sum] = "1f474d6ca742af73d0f9d09a374bda64c72bccb126aef327fa74383ff438feff"