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 CCD8F75E80 for ; Tue, 17 May 2016 07:35:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4H7Zjjb006705; Tue, 17 May 2016 08:35:45 +0100 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 PcHElgUNWXrQ; Tue, 17 May 2016 08:35:45 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4H7ZfCx006701 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 17 May 2016 08:35:42 +0100 Message-ID: <1463470541.4578.7.camel@linuxfoundation.org> From: Richard Purdie To: Jussi Kukkonen , openembedded-core@lists.openembedded.org Date: Tue, 17 May 2016 08:35:41 +0100 In-Reply-To: <25872fbe16b6f36bee45fec3e7f088cd72507351.1463404035.git.jussi.kukkonen@intel.com> References: <25872fbe16b6f36bee45fec3e7f088cd72507351.1463404035.git.jussi.kukkonen@intel.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 01/13] glib-2.0: Upgrade 2.46.2 -> 2.48.1 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: Tue, 17 May 2016 07:35:53 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2016-05-16 at 16:22 +0300, Jussi Kukkonen wrote: > * Remove now unnecessary readlink patches and > ignore-format-nonliteral-warning.patch > * Port relocate-modules.patch > * Add ${datadir}/gettext/its to FILES_${PN}-dev: this could be done > in > gettext.bbclass but so far glib is the first and only ITS rule > installer I think, but I'm not 100% sure that this caused: https://autobuilder.yoctoproject.org/main/builders/build-appliance/buil ds/762/steps/BuildImages_1/logs/stdio which failed in this way in many different builds. Cheers, Richard