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 36C4977C14 for ; Thu, 30 Mar 2017 09:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTP id v2U9VF5Q030263; Thu, 30 Mar 2017 10:31:15 +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 ZEYkM5C4lM95; Thu, 30 Mar 2017 10:31:15 +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 v2U9VEC0030254 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 30 Mar 2017 10:31:15 +0100 Message-ID: <1490866274.13980.344.camel@linuxfoundation.org> From: Richard Purdie To: Alexander Kanavin , openembedded-core@lists.openembedded.org Date: Thu, 30 Mar 2017 10:31:14 +0100 In-Reply-To: References: <20170329231606.22118-1-pkj@axis.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH] update_gio_module_cache: Do not chown a non-existing file 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, 30 Mar 2017 09:31:17 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2017-03-30 at 12:29 +0300, Alexander Kanavin wrote: > On 03/30/2017 02:16 AM, Peter Kjellerstedt wrote: > > > > Only change the ownership of ${libdir}/gio/modules/giomodule.cache > > if > > it exists. > Why do we need to change the owndership in the first place? The qemu call in the line above is made under PSEUDO_UNLOAD, see the original patch from Chris. Cheers, Richard