From patchwork Wed Feb 27 13:10:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 223601 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 978B72C0085 for ; Thu, 28 Feb 2013 00:10:48 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id AAA4E3F989 for ; Wed, 27 Feb 2013 14:10:46 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id CCC6A3F989 for ; Wed, 27 Feb 2013 14:10:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1333; q=dns/txt; s=ironport2; t=1361970644; x=1393506644; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=NIJZ6Lxw+EhQTsI/DXJoUx5uXgBfth9H66CT5FaPwqE=; b=V63jHRVPH1B23ZCW1MSJGXlHjVSh5uT8aZeo8f9Q0MmL1BXr8wMHOtPq B2ixSI+KpLVwJ5BUAHTcrj2ZpUA+puJTZ83wDkvMBPyhxbCbNVfqoSqFA ZHP1elpyJBWcmQD7jKXvwaWfBR1TFl4VsSnbr9WzPKn5SsZ3OcP1zc0H6 Q=; X-IronPort-AV: E=Sophos;i="4.84,747,1355094000"; d="scan'208";a="2192240" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 27 Feb 2013 14:10:19 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Wed, 27 Feb 2013 14:10:19 +0100 Received: by localhost (Postfix, from userid 30019) id 97B56684417; Wed, 27 Feb 2013 13:10:19 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 1/7] lttng-usr: Version 2.1.1 added Date: Wed, 27 Feb 2013 13:10:10 +0000 Message-ID: X-Mailer: git-send-email 1.8.0.3 In-Reply-To: References: MIME-Version: 1.0 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 --- recipes/lttng/lttng-ust_2.1.1.oe | 16 ++++++++++++++++ recipes/lttng/lttng-ust_2.1.1.oe.sig | 1 + 2 files changed, 17 insertions(+) create mode 100644 recipes/lttng/lttng-ust_2.1.1.oe create mode 100644 recipes/lttng/lttng-ust_2.1.1.oe.sig diff --git a/recipes/lttng/lttng-ust_2.1.1.oe b/recipes/lttng/lttng-ust_2.1.1.oe new file mode 100644 index 0000000..6ff2239 --- /dev/null +++ b/recipes/lttng/lttng-ust_2.1.1.oe @@ -0,0 +1,16 @@ +SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" +DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." +HOMEPAGE = "http://lttng.org/lttng2.0" +LICENSE = "LGPLv2.1+ & BSD" + +inherit c++ autotools-autoreconf + +DEPENDS = "liburcu util-linux libuuid librt libdl" +SRC_URI = "http://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2" + +PACKAGES = "${PN}-dbg ${PN}-doc ${PN} ${PN}-dev ${PN}-locale ${PN}-demos" + +FILES_${PN}-demos = "/tmp/" +FILES_${PN} += "${libdir}/*.so" + +RDEPENDS_${PN} = "liburcu " diff --git a/recipes/lttng/lttng-ust_2.1.1.oe.sig b/recipes/lttng/lttng-ust_2.1.1.oe.sig new file mode 100644 index 0000000..8624de4 --- /dev/null +++ b/recipes/lttng/lttng-ust_2.1.1.oe.sig @@ -0,0 +1 @@ +259551ba117dc1ec57f0fe325bb4590c79a67c92 lttng-ust-2.1.1.tar.bz2