From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RGDL6-0003F8-Kj for openembedded-core@lists.openembedded.org; Tue, 18 Oct 2011 19:20:32 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9IHLRWM023525 for ; Tue, 18 Oct 2011 18:21:27 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id js5eQmzELbN6 for ; Tue, 18 Oct 2011 18:21:26 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9IHLKPJ023510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 18 Oct 2011 18:21:22 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Tue, 18 Oct 2011 18:14:33 +0100 In-Reply-To: <1318889360-23524-1-git-send-email-Martin.Jansa@gmail.com> References: <1318889360-23524-1-git-send-email-Martin.Jansa@gmail.com> X-Mailer: Evolution 3.1.91- Message-ID: <1318958082.2250.18.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH] fontconfig: fix fix-pkgconfig.patch X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 17:20:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-10-18 at 00:09 +0200, Martin Jansa wrote: > * missing $ is causing problems ie when building webkit-efl > * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html > for details > > Signed-off-by: Martin Jansa > --- > .../fontconfig-2.8.0/fix-pkgconfig.patch | 2 +- > .../fontconfig/fontconfig_2.8.0.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Merged to master, thanks. Richard