From patchwork Wed Dec 11 07:34:46 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: 299849 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 A0E402C0307 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 0237A3FF01 for ; Wed, 11 Dec 2013 08:34:52 +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 14D8A3FDF2 for ; Wed, 11 Dec 2013 08:34:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=679; q=dns/txt; s=ironport2; t=1386747290; x=1418283290; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6GBHG2Vm+XT21iX62V+JVZZqzmhVXg+KJF+1VFQbY14=; b=ApXG/H8w6Yeb+CX7OTAWfhEL+YrlMVA5ozC5MDyy3MO652OnzhHVc87Z sFCYmyBxn2IfFzqeFPmM4yn3QOvwvFGX8WW4nrToKXFT+WFjffrqDRxZ4 p5Y+v+xETFoSMaLQl9v13G/Ma1tHDYfXmqkIU5o6pC9uygfB9m4+Jzlmp 8=; X-IronPort-AV: E=Sophos;i="4.93,870,1378850400"; d="scan'208";a="116532" 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:49 +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:49 +0100 Received: by localhost (Postfix, from userid 30007) id A08F76814D1; Wed, 11 Dec 2013 07:34:49 +0000 (UTC) From: To: Subject: [PATCH 5/5] libcap2: Allow for sdk build. Date: Wed, 11 Dec 2013 07:34:46 +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/libcap/libcap2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libcap/libcap2.inc b/recipes/libcap/libcap2.inc index b280d2f..90a2e1e 100644 --- a/recipes/libcap/libcap2.inc +++ b/recipes/libcap/libcap2.inc @@ -3,7 +3,7 @@ DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e \ (formerly POSIX 6) draft 15 capabilities." LICENSE = "GPL,BSD" -RECIPE_TYPES = "machine" +RECIPE_TYPES = "machine sdk" inherit make c library auto-package-utils