From patchwork Sun Oct 21 15:37:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193027 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 [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id A6FBE2C00EC for ; Mon, 22 Oct 2012 02:38:08 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 4E2DA40193 for ; Sun, 21 Oct 2012 17:38:07 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by hugin.dotsrc.org (Postfix) with ESMTPS id 5DD3C3FD21 for ; Sun, 21 Oct 2012 17:38:05 +0200 (CEST) Received: by mail-wg0-f47.google.com with SMTP id ge7so1153094wgb.16 for ; Sun, 21 Oct 2012 08:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=7Bfk/dnxCCTy1x+JJkfgKee0kBl7l90B3svZStLBtIo=; b=O/J2joKBm2V1/Rcqfl77lzSsk7MmXWyPh0MEE8rMmmO7o/IVWgl/N7hbSCAHiIYexV hijPB9WylSoG8TwP2m1Ch21sX6xpIeQB5vOopPlzdAEmq5p+Ykepqkgl3Iix8H7JBGkX rqEhThnwauMqqSf4u+a05YLhMLoX2OuZBiA5QhoCJcifYrenBaCq+Z79Ir9L7HGUi+vt 7yUwlAEcgAczG7YlYaXtZ3jS+92XpCHWGzYExWICIR9nkycWBvd+QbVCbHqItgLw/Mzu hGXGzxaQOCMVEYAnIN2KfrKLXPmVbOu8YfgV7su3pdf6TT2DeXjkCju7aXziQ/heGucq UbsA== Received: by 10.216.52.13 with SMTP id d13mr4084868wec.36.1350833885243; Sun, 21 Oct 2012 08:38:05 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gm7sm16535929wib.10.2012.10.21.08.38.04 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:38:04 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 04/16] gtk-doc: Add machine recipe type Date: Sun, 21 Oct 2012 17:37:43 +0200 Message-Id: <1350833876-9499-4-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> References: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet 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: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet --- recipes/gtk-doc/gtk-doc.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gtk-doc/gtk-doc.oe b/recipes/gtk-doc/gtk-doc.oe index b5f92a9..61bd835 100644 --- a/recipes/gtk-doc/gtk-doc.oe +++ b/recipes/gtk-doc/gtk-doc.oe @@ -2,7 +2,7 @@ SRC_URI = "file://gtk-doc.m4" LICENSE = "GPL-2.0" PR = "r3" -RECIPE_TYPES = "native cross sdk-cross" +RECIPE_TYPES = "native machine cross sdk-cross" do_install() { install -d ${D}/${datadir}/aclocal