From patchwork Wed Dec 11 07:34:44 2013 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: 299847 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 044012C030B for ; Wed, 11 Dec 2013 18:34:53 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 9D5F83FEEA for ; Wed, 11 Dec 2013 08:34:51 +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 D8A3E3FDF2 for ; Wed, 11 Dec 2013 08:34:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=721; q=dns/txt; s=ironport2; t=1386747288; x=1418283288; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GQ0I4nfvmsUxIx2AEKuFiSuHu/ILt1gyqjqf0pwnh4w=; b=oBn7ekLC9JqTyfvNQYyWliSZgNS/4rwPQ9Q1pkDVSwN8WyHUjMpZ9QHt BekW+WWGdpLATgAD7NGX5wT7J+7Mzq3bBbwQN3tsmDFkJ9N3cUHkLHGXc u6KuSwpeogumWgFncpDyPbdKsbKD/uKzqTgrhL+M2HdFOTCDlRtnIghOd g=; X-IronPort-AV: E=Sophos;i="4.93,870,1378850400"; d="scan'208";a="116530" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 11 Dec 2013 08:34:48 +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, 11 Dec 2013 08:34:48 +0100 Received: by localhost (Postfix, from userid 30007) id 6DBD46814D1; Wed, 11 Dec 2013 07:34:48 +0000 (UTC) From: To: Subject: [PATCH 3/5] libgcrypt: Allow for sdk build. Date: Wed, 11 Dec 2013 07:34:44 +0000 Message-ID: <2eb1b31ddbe9ee81a4017dadb7ccac2878e3e813.1386747197.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/libgcrypt/libgcrypt.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/libgcrypt/libgcrypt.inc b/recipes/libgcrypt/libgcrypt.inc index 01634f6..d1b92e5 100644 --- a/recipes/libgcrypt/libgcrypt.inc +++ b/recipes/libgcrypt/libgcrypt.inc @@ -1,6 +1,8 @@ DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG" HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/" +RECIPE_TYPES = "machine sdk" + inherit autotools-autoreconf binconfig pkgconfig library DEPENDS = "libgpg-error libcap2"