summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/sysstat.inc
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-07-02 09:35:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-02 22:26:58 +0100
commitdae98efbd8f4de4aa56e96b70f38b7158e2d9021 (patch)
tree75fc3e4475edd36efb9a7e49f6168d1a5f92c28f /meta/recipes-extended/sysstat/sysstat.inc
parent61bfb25241cc5f906e517ffd80223969054b8934 (diff)
downloadpoky-dae98efbd8f4de4aa56e96b70f38b7158e2d9021.tar.gz
sysstat: backport a patch to fix a parallel building error
(From OE-Core rev: 3e1dbabbf33a2e461abc92ff10cd970fe604ee38) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 263cbd247c..ac3c89be3c 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -5,7 +5,8 @@ LICENSE = "GPLv2+"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ 7SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
8 file://99_sysstat" 8 file://99_sysstat \
9 file://0001-Update-Makefile-to-allow-for-parallel-execution.patch "
9 10
10inherit autotools gettext 11inherit autotools gettext
11 12