aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysstat
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 12:30:47 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-05 07:53:37 -0700
commit4a022cf3fe3e39aab478bfc13332d358ed80348c (patch)
treeefbd4aabfffe9b33978a3c1d614d16260e99c617 /recipes/sysstat
parent9bd73a0623e95c1b43d7a56f8a62d37a9defdbaa (diff)
downloadopenembedded-4a022cf3fe3e39aab478bfc13332d358ed80348c.tar.gz
sysstat: Switch to inherit gettext
This needs to both virtual/libnl as well as gettext-native in order to build. So we switch to using inherit gettext. This was compile tested with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/sysstat')
-rw-r--r--recipes/sysstat/sysstat.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/sysstat/sysstat.inc b/recipes/sysstat/sysstat.inc
index 40b87306a3..6bdad34453 100644
--- a/recipes/sysstat/sysstat.inc
+++ b/recipes/sysstat/sysstat.inc
@@ -2,13 +2,11 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring
HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/"
LICENSE = "GPL"
SECTION = "console/utils"
-INC_PR = "r2"
-
-DEPENDS = "virtual/libintl"
+INC_PR = "r3"
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
-inherit autotools
+inherit autotools gettext
do_configure_prepend() {
sed -i s,'-g $(MAN_GROUP)','', Makefile.in