[oe-commits] Tom Rini : sysstat: Switch to inherit gettext

git version control git at git.openembedded.org
Thu May 5 20:01:53 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 4a022cf3fe3e39aab478bfc13332d358ed80348c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4a022cf3fe3e39aab478bfc13332d358ed80348c

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed May  4 12:30:47 2011 -0700

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 at mentor.com>

---

 recipes/sysstat/sysstat.inc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/sysstat/sysstat.inc b/recipes/sysstat/sysstat.inc
index 40b8730..6bdad34 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





More information about the Openembedded-commits mailing list