diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-05-04 12:28:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:09:09 +0100 |
commit | 6dfa294790d0c276bf71b69e795b4f8abc152cb5 (patch) | |
tree | 43d5d945f60bdd23d789cee39b4a5c6e2f812f52 /meta | |
parent | 610ba36030b811646cde5f741ef0c8db9af305cb (diff) | |
download | poky-6dfa294790d0c276bf71b69e795b4f8abc152cb5.tar.gz |
sysstat.inc: Switch to inherit gettext
This needs to use both virtual/libnl as well as gettext-native in order
to build. So we switch to using inherit gettext.
This is 4a022cf3fe3e39aab478bfc13332d358ed80348c from OE where it was tested
with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc.
(From OE-Core rev: d7d9d5ec43a2f8c1f694432f004619e3e72ed5bf)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 4 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_9.1.5.bb | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index aeb33cfa57..a4cad0ed22 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -4,12 +4,10 @@ HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | DEPENDS = "virtual/libintl" | ||
8 | |||
9 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | 7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ |
10 | file://99_sysstat" | 8 | file://99_sysstat" |
11 | 9 | ||
12 | inherit autotools | 10 | inherit autotools gettext |
13 | 11 | ||
14 | do_install() { | 12 | do_install() { |
15 | autotools_do_install | 13 | autotools_do_install |
diff --git a/meta/recipes-extended/sysstat/sysstat_9.1.5.bb b/meta/recipes-extended/sysstat/sysstat_9.1.5.bb index a9071b3819..49ac988110 100644 --- a/meta/recipes-extended/sysstat/sysstat_9.1.5.bb +++ b/meta/recipes-extended/sysstat/sysstat_9.1.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 = "r1" |
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||