From patchwork Tue Mar 5 08:38:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Kjaergaard X-Patchwork-Id: 224958 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id EA1162C034A for ; Tue, 5 Mar 2013 19:38:09 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 8B29A3F9C2 for ; Tue, 5 Mar 2013 09:38:08 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id C70F13F9C2 for ; Tue, 5 Mar 2013 09:38:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1593; q=dns/txt; s=ironport1; t=1362472686; x=1394008686; h=from:to:cc:subject:date:message-id:mime-version; bh=EO+2KdkRntYmeUQf0jKWFUP/WgW8i3V0b8qlqISGWlw=; b=S/PHABHUkE518E5TWOM/m55FTy92Q2VebHpV3sOo+ndzUZpsdRbdlzd/ kqPQaRQFoSce3J9BCF3XfsHtakOFw0Ibd9VX5yyHuSPqKPe0G7EGurECP 0EYaj/bOVq30ic2rkqdzTsaIpgasOcqijvqWWyvVh3H6+ymimmyKkB4yk 8=; X-IronPort-AV: E=Sophos;i="4.84,786,1355094000"; d="scan'208";a="2843859" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 05 Mar 2013 09:38:06 +0100 Received: from arh116.prevas.se (172.16.11.8) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.342.3; Tue, 5 Mar 2013 09:38:06 +0100 From: Jacob Kjaergaard To: Subject: [PATCH] sysstat: added new recipe Date: Tue, 5 Mar 2013 09:38:04 +0100 Message-ID: <1362472684-4503-1-git-send-email-jabk@prevas.dk> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-Originating-IP: [172.16.11.8] X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Jacob Kjaergaard --- recipes/sysstat/sysstat.inc | 13 +++++++++++++ recipes/sysstat/sysstat_10.0.5.oe | 1 + recipes/sysstat/sysstat_10.0.5.oe.sig | 1 + 3 files changed, 15 insertions(+) create mode 100644 recipes/sysstat/sysstat.inc create mode 100644 recipes/sysstat/sysstat_10.0.5.oe create mode 100644 recipes/sysstat/sysstat_10.0.5.oe.sig diff --git a/recipes/sysstat/sysstat.inc b/recipes/sysstat/sysstat.inc new file mode 100644 index 0000000..c25ffcf --- /dev/null +++ b/recipes/sysstat/sysstat.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." +HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/" +LICENSE = "GPL" + +SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF += "--disable-documentation" + +# package /var/log only in debug +FILES_${PN} += "${libdir}/sa" +FILES_${PN}-dbg += "${localstatedir}" diff --git a/recipes/sysstat/sysstat_10.0.5.oe b/recipes/sysstat/sysstat_10.0.5.oe new file mode 100644 index 0000000..7736891 --- /dev/null +++ b/recipes/sysstat/sysstat_10.0.5.oe @@ -0,0 +1 @@ +require sysstat.inc \ No newline at end of file diff --git a/recipes/sysstat/sysstat_10.0.5.oe.sig b/recipes/sysstat/sysstat_10.0.5.oe.sig new file mode 100644 index 0000000..20fd322 --- /dev/null +++ b/recipes/sysstat/sysstat_10.0.5.oe.sig @@ -0,0 +1 @@ +e59ef29e9dea494e8eef7274e6f2336e2281eee9 sysstat-10.0.5.tar.gz