From patchwork Wed Feb 27 13:10:16 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: 223599 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 B66082C0089 for ; Thu, 28 Feb 2013 00:10:25 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 42B6F3FF20 for ; Wed, 27 Feb 2013 14:10:23 +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 72C183FDFA for ; Wed, 27 Feb 2013 14:10:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2388; q=dns/txt; s=ironport1; t=1361970621; x=1393506621; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=7i5yfwZfGYUYaohkPAuEiYFt1ScszpKjpypIy0/wDNU=; b=GgAmj7RstwgxxvZVtjJnOeNGIYbck1PAsQI3t+0qfQgLq01CdLNFPU8g EHoft5Y1GztimPl04vwUkQt1lX9t7Lnw1oa7O+5aFhtoQKvF3y4cO/DkO Fc9h51nNv/gbat5BnHBgadbVFdv9w6raVHoYwKzwBhlqJ/eSBl1S4bp9n I=; X-IronPort-AV: E=Sophos;i="4.84,747,1355094000"; d="scan'208";a="2827038" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 27 Feb 2013 14:10:20 +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 CF30168441F; Wed, 27 Feb 2013 13:10:19 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 7/7] lttng-tools: Version 2.0.4 removed Date: Wed, 27 Feb 2013 13:10:16 +0000 Message-ID: <0a5b86223b8cbf0da5bfe8ae12d732c2c4fdf104.1361970483.git.kibo@prevas.dk> 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 --- .../lttng/lttng-tools-2.0.4/modprobe-short-options.patch | 14 -------------- recipes/lttng/lttng-tools_2.0.4.oe | 16 ---------------- recipes/lttng/lttng-tools_2.0.4.oe.sig | 1 - 3 files changed, 31 deletions(-) delete mode 100644 recipes/lttng/lttng-tools-2.0.4/modprobe-short-options.patch delete mode 100644 recipes/lttng/lttng-tools_2.0.4.oe delete mode 100644 recipes/lttng/lttng-tools_2.0.4.oe.sig diff --git a/recipes/lttng/lttng-tools-2.0.4/modprobe-short-options.patch b/recipes/lttng/lttng-tools-2.0.4/modprobe-short-options.patch deleted file mode 100644 index 8f38328..0000000 --- a/recipes/lttng/lttng-tools-2.0.4/modprobe-short-options.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- lttng-tools-2.0.4/src/bin/lttng-sessiond/main.c~orig 2012-11-02 08:34:45.061277553 +0100 -+++ lttng-tools-2.0.4/src/bin/lttng-sessiond/main.c 2012-11-02 08:35:02.373277409 +0100 -@@ -1664,9 +1664,9 @@ - * Exec consumerd. - */ - if (opt_verbose_consumer) { -- verbosity = "--verbose"; -+ verbosity = "-v"; - } else { -- verbosity = "--quiet"; -+ verbosity = "-q"; - } - switch (consumer_data->type) { - case LTTNG_CONSUMER_KERNEL: diff --git a/recipes/lttng/lttng-tools_2.0.4.oe b/recipes/lttng/lttng-tools_2.0.4.oe deleted file mode 100644 index 53bc557..0000000 --- a/recipes/lttng/lttng-tools_2.0.4.oe +++ /dev/null @@ -1,16 +0,0 @@ -require ${PN}.inc - -SRC_URI += "file://modprobe-short-options.patch" - -inherit auto-package-libs -AUTO_PACKAGE_LIBS = "lttng-ctl" -FILES_${PN}-liblttng-ctl = "${libdir}/lttng/libexec" -FILES_${PN}-liblttng-ctl-dev = "${includedir}/lttng/lttng.h" -DEPENDS_${PN}-liblttngctl = "libgcc libc libdl librt libpthread \ - liburcu libuuid libpopt lttng-ust lttng-ust-dev" - -inherit auto-package-utils -AUTO_PACKAGE_UTILS = "lttng ltt-sessiond" -RDEPENDS_${PN}-lttng = "liblttngctl libpopt libpthread libc" -RDEPENDS_${PN}-ltt-sessiond = "liblttngctl libpopt libpthread librt libc" -RDEPENDS_${PN} += "${AUTO_PACKAGE_UTILS_PACKAGES}" diff --git a/recipes/lttng/lttng-tools_2.0.4.oe.sig b/recipes/lttng/lttng-tools_2.0.4.oe.sig deleted file mode 100644 index b4bddf0..0000000 --- a/recipes/lttng/lttng-tools_2.0.4.oe.sig +++ /dev/null @@ -1 +0,0 @@ -ff0dc413c7cb7733237d6b9ca6a542a463d42e19 lttng-tools-2.0.4.tar.bz2