From patchwork Tue Jan 14 12:34:24 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: 310700 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 569972C00AF for ; Tue, 14 Jan 2014 23:36:12 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 797EC45343 for ; Tue, 14 Jan 2014 13:36:11 +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 BD65540565 for ; Tue, 14 Jan 2014 13:35:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2896; q=dns/txt; s=ironport2; t=1389702907; x=1421238907; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=bAsoZeD5eidRk6DRO6QCYlq1bSTMrs2T35PBwH1CBWQ=; b=SMIWfnx+lnmVF2vzuwJileHIkS+H/A04H7Yi+O5YVxTBg3WkVM4LHM3s TNrFHqs2wqfEwCVx7hdDv2aZ1ATpdV1/XVMHAj7UpROco25AqcsYVYRSy Gq4mT0gV44GFzvUD1zLvQP1sBIorIsvZPbZIytocmP5pJkKvFi8aszLMu w=; X-IronPort-AV: E=Sophos;i="4.95,658,1384297200"; d="scan'208";a="196387" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.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:03 +0100 Received: by localhost (Postfix, from userid 30007) id 8FCF2681587; Tue, 14 Jan 2014 12:35:03 +0000 (UTC) From: To: Subject: [PATCH 097/131] gnutls: Move patches to version folder Date: Tue, 14 Jan 2014 12:34:24 +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 --- recipes/gnutls/{gnutls => gnutls-2.12.20}/configure-fix.patch | 0 .../{gnutls => gnutls-2.12.20}/correct_rpl_gettimeofday_signature.patch | 0 recipes/gnutls/{gnutls => gnutls-2.12.20}/fix-gettext-version.patch | 0 .../{gnutls => gnutls-2.12.20}/gets-not-defined-in-glibc-2.16.patch | 0 recipes/gnutls/{gnutls => gnutls-2.12.20}/gnutls-openssl.patch | 0 recipes/gnutls/{gnutls => gnutls-2.12.20}/gnutls-texinfo-euro.patch | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/configure-fix.patch (100%) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/correct_rpl_gettimeofday_signature.patch (100%) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/fix-gettext-version.patch (100%) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/gets-not-defined-in-glibc-2.16.patch (100%) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/gnutls-openssl.patch (100%) rename recipes/gnutls/{gnutls => gnutls-2.12.20}/gnutls-texinfo-euro.patch (100%) diff --git a/recipes/gnutls/gnutls/configure-fix.patch b/recipes/gnutls/gnutls-2.12.20/configure-fix.patch similarity index 100% rename from recipes/gnutls/gnutls/configure-fix.patch rename to recipes/gnutls/gnutls-2.12.20/configure-fix.patch diff --git a/recipes/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch b/recipes/gnutls/gnutls-2.12.20/correct_rpl_gettimeofday_signature.patch similarity index 100% rename from recipes/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch rename to recipes/gnutls/gnutls-2.12.20/correct_rpl_gettimeofday_signature.patch diff --git a/recipes/gnutls/gnutls/fix-gettext-version.patch b/recipes/gnutls/gnutls-2.12.20/fix-gettext-version.patch similarity index 100% rename from recipes/gnutls/gnutls/fix-gettext-version.patch rename to recipes/gnutls/gnutls-2.12.20/fix-gettext-version.patch diff --git a/recipes/gnutls/gnutls/gets-not-defined-in-glibc-2.16.patch b/recipes/gnutls/gnutls-2.12.20/gets-not-defined-in-glibc-2.16.patch similarity index 100% rename from recipes/gnutls/gnutls/gets-not-defined-in-glibc-2.16.patch rename to recipes/gnutls/gnutls-2.12.20/gets-not-defined-in-glibc-2.16.patch diff --git a/recipes/gnutls/gnutls/gnutls-openssl.patch b/recipes/gnutls/gnutls-2.12.20/gnutls-openssl.patch similarity index 100% rename from recipes/gnutls/gnutls/gnutls-openssl.patch rename to recipes/gnutls/gnutls-2.12.20/gnutls-openssl.patch diff --git a/recipes/gnutls/gnutls/gnutls-texinfo-euro.patch b/recipes/gnutls/gnutls-2.12.20/gnutls-texinfo-euro.patch similarity index 100% rename from recipes/gnutls/gnutls/gnutls-texinfo-euro.patch rename to recipes/gnutls/gnutls-2.12.20/gnutls-texinfo-euro.patch