]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysstat.inc: Switch to inherit gettext
authorTom Rini <tom_rini@mentor.com>
Wed, 4 May 2011 19:28:52 +0000 (12:28 -0700)
committerSaul Wold <sgw@linux.intel.com>
Mon, 9 May 2011 06:56:11 +0000 (23:56 -0700)
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 <tom_rini@mentor.com>
meta/recipes-extended/sysstat/sysstat.inc
meta/recipes-extended/sysstat/sysstat_9.1.5.bb

index aeb33cfa57b662c12fd8cd8305abf4ccece53a89..a4cad0ed2285236907abc1eb6f893b77f7d13019 100644 (file)
@@ -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
index a9071b3819173b0650c5120229f405b870cec642..49ac988110e29d92f72b22a4b60cf4a56ce1850d 100644 (file)
@@ -2,7 +2,7 @@ require sysstat.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
-PR = "r0"
+PR = "r1"