summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 12:28:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:09 +0100
commit6dfa294790d0c276bf71b69e795b4f8abc152cb5 (patch)
tree43d5d945f60bdd23d789cee39b4a5c6e2f812f52 /meta/recipes-extended/sysstat
parent610ba36030b811646cde5f741ef0c8db9af305cb (diff)
downloadpoky-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/recipes-extended/sysstat')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc4
-rw-r--r--meta/recipes-extended/sysstat/sysstat_9.1.5.bb2
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/"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7DEPENDS = "virtual/libintl"
8
9SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ 7SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
10 file://99_sysstat" 8 file://99_sysstat"
11 9
12inherit autotools 10inherit autotools gettext
13 11
14do_install() { 12do_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
3LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 3LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
4 4
5PR = "r0" 5PR = "r1"
6 6
7 7
8 8