From patchwork Thu May 5 15:05:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] sysstat.inc: Switch to inherit gettext Date: Thu, 05 May 2011 15:05:55 -0000 From: Tom Rini X-Patchwork-Id: 3257 Message-Id: <8cb083230806f7c3584bd0adbffb8644506089c9.1304607797.git.tom_rini@mentor.com> To: openembedded-core@lists.openembedded.org 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. Signed-off-by: Tom Rini --- meta/recipes-extended/sysstat/sysstat.inc | 4 +--- 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 aeb33cf..a4cad0e 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/" LICENSE = "GPLv2+" SECTION = "console/utils" -DEPENDS = "virtual/libintl" - SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ file://99_sysstat" -inherit autotools +inherit autotools gettext do_install() { 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 a9071b3..49ac988 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 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -PR = "r0" +PR = "r1"