From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RmnQ1-0001Yf-9J for openembedded-core@lists.openembedded.org; Mon, 16 Jan 2012 15:20:17 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q0GECblS020394; Mon, 16 Jan 2012 14:12:37 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19305-10; Mon, 16 Jan 2012 14:12:32 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q0GECTi5020388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Jan 2012 14:12:31 GMT Message-ID: <1326723154.532.4.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 16 Jan 2012 14:12:34 +0000 In-Reply-To: <1326395831-5121-1-git-send-email-koen@dominion.thruhere.net> References: <1326395831-5121-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [Patch v3] gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2 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: Mon, 16 Jan 2012 14:20:17 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-01-12 at 20:17 +0100, Koen Kooi wrote: > This is needed for e.g. gnome-session: > > gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or directory) > > Signed-off-by: Koen Kooi > --- > meta/recipes-gnome/gnome/gconf_3.2.3.bb | 20 +++++++++++--------- > 1 files changed, 11 insertions(+), 9 deletions(-) Merged to master, thanks. Richard