From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id B70A9788BA for ; Thu, 21 Dec 2017 22:28:31 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id vBLMSTSI009668 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 21 Dec 2017 22:28:31 GMT Message-ID: <1513895309.16507.97.camel@linuxfoundation.org> From: Richard Purdie To: Joe Slater , openembedded-core@lists.openembedded.org Date: Thu, 21 Dec 2017 22:28:29 +0000 In-Reply-To: <20171221212318.242658-1-jslater@windriver.com> References: <20171221212318.242658-1-jslater@windriver.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH 1/1] liberation-fonts: do not inherit allarch X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 22:28:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2017-12-21 at 13:23 -0800, Joe Slater wrote: > The fontcache class performs post-installation cache > updating and needs target architecture information. Can you expand a bit on this? Do you mean that the postinstalls written into the packages are arch specific? Can we stop the scripts being arch specific? Cheers, Richard