From patchwork Wed Jan 8 09:30:32 2014 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: 308126 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 6AE6F2C00C4 for ; Wed, 8 Jan 2014 20:30:55 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B3EE53FDCE for ; Wed, 8 Jan 2014 10:30:51 +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 0A74E3FD53 for ; Wed, 8 Jan 2014 10:30:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1609; q=dns/txt; s=ironport1; t=1389173439; x=1420709439; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=GyOSbQHmBQw3dqylqf2UAs6ok9ofeD0GGLMh1CR2UTQ=; b=iw/P0VjSxuL1YbViU6WIs+JmsryGzS16Rzm3QTROvZvu8uR3vHJW3KED W70UZBpYl0meEJkJfrZYFsCZO2Qoxh79xDxnBt0qspggw5QFoKv4kq+2w e25sX3tzKTWIZdr3muu/RcmLQ0/TJVRzkO+eLoi6s9CJl5ZMi+BgyE30K A=; X-IronPort-AV: E=Sophos;i="4.95,623,1384297200"; d="scan'208";a="4281646" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 08 Jan 2014 10:30:37 +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; Wed, 8 Jan 2014 10:30:36 +0100 Received: by localhost (Postfix, from userid 30019) id E5B0768154F; Wed, 8 Jan 2014 09:30:36 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 21/22] libtasn1: Version 3.4 Date: Wed, 8 Jan 2014 09:30:32 +0000 Message-ID: X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= 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/gnutls/libtasn1.inc | 4 ++++ recipes/gnutls/libtasn1_3.4.oe | 14 ++++++++++++++ recipes/gnutls/libtasn1_3.4.oe.sig | 1 + 3 files changed, 19 insertions(+) create mode 100644 recipes/gnutls/libtasn1_3.4.oe create mode 100644 recipes/gnutls/libtasn1_3.4.oe.sig diff --git a/recipes/gnutls/libtasn1.inc b/recipes/gnutls/libtasn1.inc index 62febd6..b84e1a0 100644 --- a/recipes/gnutls/libtasn1.inc +++ b/recipes/gnutls/libtasn1.inc @@ -9,3 +9,7 @@ inherit autotools-autoreconf binconfig package library inherit auto-package-utils AUTO_PACKAGE_UTILS = "asn1Coding asn1Decoding asn1Parser" +DEPENDS_${PN} += "libc" +RDEPENDS_${PN} += "libc" +AUTO_PACKAGE_UTILS_DEPENDS = "libc libtasn1" +AUTO_PACKAGE_UTILS_RDEPENDS = "libc libtasn1" diff --git a/recipes/gnutls/libtasn1_3.4.oe b/recipes/gnutls/libtasn1_3.4.oe new file mode 100644 index 0000000..e789ec5 --- /dev/null +++ b/recipes/gnutls/libtasn1_3.4.oe @@ -0,0 +1,14 @@ +require ${PN}.inc + +LICENSE = "GPLv3+ & LGPLv2.1+" +LICENSE_${PN}-bin = "GPLv3+" +LICENSE_${PN} = "LGPLv2.1+" + +SRC_URI += "file://libtasn1_fix_for_automake_1.12.patch" + +do_patch[postfuncs] += "do_patch_nodocu" +do_patch_nodocu(){ + rm -rf ${S}/doc -rf + sed 's/ doc//' -i ${S}/Makefile.am + sed '/doc\//d' -i ${S}/configure.ac +} diff --git a/recipes/gnutls/libtasn1_3.4.oe.sig b/recipes/gnutls/libtasn1_3.4.oe.sig new file mode 100644 index 0000000..866715d --- /dev/null +++ b/recipes/gnutls/libtasn1_3.4.oe.sig @@ -0,0 +1 @@ +f0e95f58b3c37405d48b91a585b517a4134586a9 libtasn1-3.4.tar.gz