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 17:44:05 -0700 |
commit | f02238440be3da908129eed105f7f967d7477da0 (patch) | |
tree | 174b89b8a4296fc9fa78d0cde2af13998bfba8a9 /meta/recipes-extended/sysstat | |
parent | bb0aab79e488a99cb1b43f72f0e8ddbe39d97519 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_10.0.5.bb | 2 |
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 | |||
3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | 3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | INC_PR = "r1" | ||
6 | 7 | ||
7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | 8 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ |
8 | file://99_sysstat" | 9 | file://99_sysstat" |
9 | 10 | ||
10 | inherit autotools gettext | 11 | inherit autotools gettext |
11 | 12 | ||
13 | EXTRA_OECONF += "--disable-sensors" | ||
12 | EXTRA_OEMAKE += 'LFLAGS=""' | 14 | EXTRA_OEMAKE += 'LFLAGS=""' |
13 | 15 | ||
14 | do_install() { | 16 | do_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 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "208dd236d726d20591d53d3a20124dd4" | 7 | SRC_URI[md5sum] = "208dd236d726d20591d53d3a20124dd4" |
8 | SRC_URI[sha256sum] = "1f474d6ca742af73d0f9d09a374bda64c72bccb126aef327fa74383ff438feff" | 8 | SRC_URI[sha256sum] = "1f474d6ca742af73d0f9d09a374bda64c72bccb126aef327fa74383ff438feff" |