From patchwork Tue Jan 14 12:33:17 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: 310612 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 49B042C00AF for ; Tue, 14 Jan 2014 23:35:37 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B3E473FDE7 for ; Tue, 14 Jan 2014 13:35:35 +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 5196E3FDE3 for ; Tue, 14 Jan 2014 13:35:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=3063; q=dns/txt; s=ironport1; t=1389702903; x=1421238903; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=VavAtmvgMQhIkUCDL5Vrv94IE5IvTHNlSpQYnB75DuY=; b=bYZFrGpGtPZsO1Jcf9YJFoNLu/0b/cqV4hXWQeP543m8YRp8IXuuLlvI E2cEPas6eOX5Q/x7A+9J3qCt2sI3FDdEECt3MbMdejyln8jI54nxe0Ceo DPkGMUb1rykR/NCA83ksT3MO0BPKhsZVxt3lmCSmJUM4vXCfGKTjUBeSr E=; X-IronPort-AV: E=Sophos;i="4.95,658,1384297200"; d="scan'208";a="4300211" 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:01 +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:01 +0100 Received: by localhost (Postfix, from userid 30007) id 5FE58681647; Tue, 14 Jan 2014 12:35:01 +0000 (UTC) From: To: Subject: [PATCH 030/131] tcpdump: Move patches to version specific folder Date: Tue, 14 Jan 2014 12:33:17 +0000 Message-ID: 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 --- .../0001-minimal-IEEE802.15.4-allowed.patch | 0 recipes/tcpdump/{files => tcpdump-4.3.0}/configure.patch | 0 recipes/tcpdump/{files => tcpdump-4.3.0}/ipv6-cross.patch | 0 .../{files => tcpdump-4.3.0}/tcpdump_configure_no_-O2.patch | 0 recipes/tcpdump/tcpdump.inc | 7 +------ recipes/tcpdump/tcpdump_4.3.0.oe | 6 ++++++ 6 files changed, 7 insertions(+), 6 deletions(-) rename recipes/tcpdump/{files => tcpdump-4.3.0}/0001-minimal-IEEE802.15.4-allowed.patch (100%) rename recipes/tcpdump/{files => tcpdump-4.3.0}/configure.patch (100%) rename recipes/tcpdump/{files => tcpdump-4.3.0}/ipv6-cross.patch (100%) rename recipes/tcpdump/{files => tcpdump-4.3.0}/tcpdump_configure_no_-O2.patch (100%) diff --git a/recipes/tcpdump/files/0001-minimal-IEEE802.15.4-allowed.patch b/recipes/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch similarity index 100% rename from recipes/tcpdump/files/0001-minimal-IEEE802.15.4-allowed.patch rename to recipes/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch diff --git a/recipes/tcpdump/files/configure.patch b/recipes/tcpdump/tcpdump-4.3.0/configure.patch similarity index 100% rename from recipes/tcpdump/files/configure.patch rename to recipes/tcpdump/tcpdump-4.3.0/configure.patch diff --git a/recipes/tcpdump/files/ipv6-cross.patch b/recipes/tcpdump/tcpdump-4.3.0/ipv6-cross.patch similarity index 100% rename from recipes/tcpdump/files/ipv6-cross.patch rename to recipes/tcpdump/tcpdump-4.3.0/ipv6-cross.patch diff --git a/recipes/tcpdump/files/tcpdump_configure_no_-O2.patch b/recipes/tcpdump/tcpdump-4.3.0/tcpdump_configure_no_-O2.patch similarity index 100% rename from recipes/tcpdump/files/tcpdump_configure_no_-O2.patch rename to recipes/tcpdump/tcpdump-4.3.0/tcpdump_configure_no_-O2.patch diff --git a/recipes/tcpdump/tcpdump.inc b/recipes/tcpdump/tcpdump.inc index 8222a40..fff1604 100644 --- a/recipes/tcpdump/tcpdump.inc +++ b/recipes/tcpdump/tcpdump.inc @@ -7,12 +7,7 @@ RECIPE_TYPES = "machine" inherit autotools -SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ - file://tcpdump_configure_no_-O2.patch \ - file://0001-minimal-IEEE802.15.4-allowed.patch \ - file://ipv6-cross.patch \ - file://configure.patch \ -" +SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz" DEPENDS = "libpcap" RDEPENDS_${PN} = "libpcap" diff --git a/recipes/tcpdump/tcpdump_4.3.0.oe b/recipes/tcpdump/tcpdump_4.3.0.oe index bd54419..6efd256 100644 --- a/recipes/tcpdump/tcpdump_4.3.0.oe +++ b/recipes/tcpdump/tcpdump_4.3.0.oe @@ -1 +1,7 @@ require ${PN}.inc + +SRC_URI += "file://tcpdump_configure_no_-O2.patch \ + file://0001-minimal-IEEE802.15.4-allowed.patch \ + file://ipv6-cross.patch \ + file://configure.patch \ +"