From 4a022cf3fe3e39aab478bfc13332d358ed80348c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 4 May 2011 12:30:47 -0700 Subject: 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 --- recipes/sysstat/sysstat.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/sysstat') 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 -- cgit 1.2.3-korg