From patchwork Tue Jan 14 12:33:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 310655 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 26B402C00B2 for ; Tue, 14 Jan 2014 23:36:00 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 9259E3FE3C for ; Tue, 14 Jan 2014 13:35:59 +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 6A2833FF54 for ; Tue, 14 Jan 2014 13:35:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2081; q=dns/txt; s=ironport1; t=1389702905; x=1421238905; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=ZKX74prumPbMKKxOf0NRZyw9kpQW/sLd6MJrnLJ/bGo=; b=kQdiSz50KuO1Jfrel2tsTe4WhgUIzJEo0GLkTtbjDXk2WSZ3NrN2ncDG xSkny98ZMHif5hANzU0PP+shs7Q/5u3ALgNQA7S5l7Y+WrrrrTXt52Brl 53feIWcmHpw5kieCAv8x/UImgUZlvezQkXvlsD/nAl0R3BTE+pHPCcv80 M=; X-IronPort-AV: E=Sophos;i="4.95,658,1384297200"; d="scan'208";a="4300239" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 14 Jan 2014 13:35:03 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Tue, 14 Jan 2014 13:35:02 +0100 Received: by localhost (Postfix, from userid 30007) id A9286681505; Tue, 14 Jan 2014 12:35:02 +0000 (UTC) From: To: Subject: [PATCH 070/131] lttng-tools: Remove version 2.1.1 Date: Tue, 14 Jan 2014 12:33:57 +0000 Message-ID: <1b88f2afa7097f2573a2e5376b274845472feaf7.1389702652.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 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 From: Christian Sørensen Signed-off-by: Christian Sørensen --- recipes/lttng/lttng-tools_2.1.1.oe | 23 ----------------------- recipes/lttng/lttng-tools_2.1.1.oe.sig | 1 - 2 files changed, 24 deletions(-) delete mode 100644 recipes/lttng/lttng-tools_2.1.1.oe delete mode 100644 recipes/lttng/lttng-tools_2.1.1.oe.sig diff --git a/recipes/lttng/lttng-tools_2.1.1.oe b/recipes/lttng/lttng-tools_2.1.1.oe deleted file mode 100644 index f2eabcd..0000000 --- a/recipes/lttng/lttng-tools_2.1.1.oe +++ /dev/null @@ -1,23 +0,0 @@ -require ${PN}.inc - -SRC_URI += "file://include-fix.patch" - -DEPENDS_LTTNG_UST_VERSION = "_2.1.1" -COMPATIBLE_HOST_ARCHS = "i.86-.*-.*linux- x86_64-.*-.*linux- powerpc-.*-.*linux- powerpc64-.*-.*linux- arm-.*-.*linux-" - -inherit auto-package-libs -AUTO_PACKAGE_LIBS = "lttngctl lttngconsumerd" -FILES_${PN}-liblttngctl-dev = "${includedir}/lttng/lttng.h" -FILES_${PN}-liblttngconsumerd-dev = "${includedir}/lttng/lttng-consumerd.h" -DEPENDS_${PN}-liblttngctl = "libpopt libpthread libc" -DEPENDS_${PN}-liblttngconsumerd = "libpopt libpthread libc" - -inherit auto-package-utils -AUTO_PACKAGE_UTILS = "lttng lttng-consumerd lttng-sessiond lttng-relayd" -RDEPENDS_${PN}-lttng = "liblttngctl libpopt libpthread libc" -RDEPENDS_${PN}-lttng-consumerd = "liblttngconsumerd libpopt libpthread libc" -RDEPENDS_${PN}-lttng-sessiond = "liblttngctl libpopt libpthread librt libc" -RDEPENDS_${PN}-lttng-relayd = "liblttngctl libpopt libpthread librt libc" -RDEPENDS_${PN} += "${AUTO_PACKAGE_UTILS_PACKAGES}" -FILES_${PN}-lttng-consumerd = "${libdir}/lttng/libexec/lttng-consumerd \ - ${libdir}/lttng/libexec/.debug/lttng-consumerd " diff --git a/recipes/lttng/lttng-tools_2.1.1.oe.sig b/recipes/lttng/lttng-tools_2.1.1.oe.sig deleted file mode 100644 index 3b8e101..0000000 --- a/recipes/lttng/lttng-tools_2.1.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -2061051f093a1660dd339e8c069dafff7ceb12aa lttng-tools-2.1.1.tar.bz2