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 1UTBCK-0001YD-Ed for openembedded-core@lists.openembedded.org; Fri, 19 Apr 2013 15:17:56 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3JD0l75029279; Fri, 19 Apr 2013 14:00:47 +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 5pSEy-bVLyHe; Fri, 19 Apr 2013 14:00:46 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3JD0fKv029271 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 19 Apr 2013 14:00:43 +0100 Message-ID: <1366376397.10502.126.camel@ted> From: Richard Purdie To: Colin Walters Date: Fri, 19 Apr 2013 13:59:57 +0100 In-Reply-To: <1366030768.32176.9.camel@localhost> References: <1365848719.16702.74.camel@ted> <1365944532.5651.12.camel@localhost> <1365953596.8670.9.camel@ted> <1366020508.2896.16.camel@localhost> <1366025504.8670.30.camel@ted> <1366027932.32176.4.camel@localhost> <1366028557.8670.34.camel@ted> <1366030768.32176.9.camel@localhost> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: Burton, mclasen@redhat.com, openembedded-core Subject: Re: [PATCH] gdk-pixbuf: Fix libpng determinism issues X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Fri, 19 Apr 2013 13:17:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2013-04-15 at 08:59 -0400, Colin Walters wrote: > On Mon, 2013-04-15 at 13:22 +0100, Richard Purdie wrote: > > On Mon, 2013-04-15 at 08:12 -0400, Colin Walters wrote: > > > On Mon, 2013-04-15 at 12:31 +0100, Richard Purdie wrote: > > > > > > > It will make our builds work again for now until the next time someone > > > > upgrades libpng and and then it will potentially silently start using an > > > > old version in some builds :(. > > > > > > So something like the attached on top of the previous patch? > > > > > > If this looks good I'll push both to master. > > > > Looks good to me, thanks! > > Both pushed to git, thanks. Much appreciated! > > If OE was building from git as it should, your original patch could have > been a ready-to-upstream "git format-patch" style instead of the default > "Upstream-Status: inappropriate" non-git patches =/ > Noted, although I doubt we'll be using git SRC_URIs for everything any time soon for a variety of reasons. I would love to see the option of building most things from bleeding source but that would require a lot of work which we don't have the bandwidth for. Cheers, Richard