From patchwork Fri Aug 9 07:22:29 2013 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: 265907 X-Patchwork-Delegate: jacob.kjaergaard@prevas.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 909F72C00D2 for ; Fri, 9 Aug 2013 17:22:49 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 832843FEFE for ; Fri, 9 Aug 2013 09:22:47 +0200 (CEST) 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 53F233FF00 for ; Fri, 9 Aug 2013 09:22:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=647; q=dns/txt; s=ironport2; t=1376032959; x=1407568959; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=W9R9nQ8wGOlc/5iQ7JTbsHjwzf8Z9ztWS57ZSe4/cj0=; b=J1I1v+b/AlszGCA/EflKK7qW8mPpwmtexY9ejw1gSDodSL6NJKG/lRs5 ojsSqeTtb8tUjrQztGBMrje9B4AetRiPyOkv/sKv8Wmt4P/r52nGrVp6A sD4t0LdOXXn4gKB9JaydjxCtSG1U/dxDqNExWbswjAOPXJ565FqzJGr87 c=; X-IronPort-AV: E=Sophos;i="4.89,844,1367964000"; d="scan'208";a="3245545" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 09 Aug 2013 09:22:38 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Fri, 9 Aug 2013 09:22:37 +0200 Received: by localhost (Postfix, from userid 30019) id C1433684444; Fri, 9 Aug 2013 07:22:37 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 12/19] mkfontscale: Recipe changed to build for machine too Date: Fri, 9 Aug 2013 07:22:29 +0000 Message-ID: <039373fa8aa8a88dd294da381707daa89e748b66.1376032874.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 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/xorg-app/mkfontscale_1.1.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xorg-app/mkfontscale_1.1.0.oe b/recipes/xorg-app/mkfontscale_1.1.0.oe index 0de9dca..a6f8cee 100644 --- a/recipes/xorg-app/mkfontscale_1.1.0.oe +++ b/recipes/xorg-app/mkfontscale_1.1.0.oe @@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \ name to a file fonts.scale in the directory. The resulting fonts.scale \ is used by the mkfontdir program." -RECIPE_TYPES = "native" +RECIPE_TYPES = "machine native" DEPENDS += " zlib libfontenc freetype libx11"