From patchwork Sun Oct 21 15:37:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193028 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 A3F8D2C008C for ; Mon, 22 Oct 2012 02:38:09 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 77D8B3FC31 for ; Sun, 21 Oct 2012 17:38:08 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by hugin.dotsrc.org (Postfix) with ESMTPS id 024893FC31 for ; Sun, 21 Oct 2012 17:38:06 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id z49so959240wey.10 for ; Sun, 21 Oct 2012 08:38:06 -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=4rm2sdYf0m2paB+CTK/np5+iuF7nnfXB1ozXY2w+pmk=; b=EJhNgywGBza+/bsUwU7uHUEh8FjJxSnNH9ZSDNrujgiA91dSi9Mruq/OD3V88sWilg cxVB4G1flqTAXfxt7MHdgmKAKLtlfH/8cRqwzLApb9vy1pGhdrdM3kiplpEKMXgeCXdb 6ofVQzmt7JWICY0z8QiIsQCtCE02ieS9dp+whtxKeeppXxMgZiaBE//p1h1rE85emNDP iNcOK3nrNEn6UdBEaqra+je+2qCZZRa2PRAZzF4bnj82adEXJmSn+fIVBOamN5vV24ib s70GI+uhUtDHtWruY/u2rgwVjvp8Se/ibW8LjJwFQ3iZDR7mHq6Z2gQBTsCU0n/1Yxmf Lycg== Received: by 10.216.204.130 with SMTP id h2mr3790811weo.202.1350833886384; Sun, 21 Oct 2012 08:38:06 -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.05 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:38:05 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 05/16] fontconfig: improve split rules Date: Sun, 21 Oct 2012 17:37:44 +0200 Message-Id: <1350833876-9499-5-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/fontconfig/fontconfig_2.8.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/fontconfig/fontconfig_2.8.0.oe b/recipes/fontconfig/fontconfig_2.8.0.oe index da0e959..0cb178c 100644 --- a/recipes/fontconfig/fontconfig_2.8.0.oe +++ b/recipes/fontconfig/fontconfig_2.8.0.oe @@ -33,7 +33,7 @@ PACKAGES =+ "${PN}-utils-dbg ${PN}-utils " RECIPE_TYPES = "machine native" FILES_${PN}-utils-dbg = "${bindir}/.debug/*" -FILES_${PN}-utils = "${bindir}/*" +FILES_${PN}-utils = "${bindir}/fc*" FILES_${PN} += "${sysconfdir}/fonts" DEPENDS_${PN} += "libexpat libfreetype libz libc libgcc"