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 7E0F878500 for ; Wed, 13 Sep 2017 21:18:32 +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 v8DLITlb018521 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 13 Sep 2017 22:18:30 +0100 Message-ID: <1505337509.18640.84.camel@linuxfoundation.org> From: Richard Purdie To: Alistair Francis Date: Wed, 13 Sep 2017 22:18:29 +0100 In-Reply-To: References: <20170905150847.32681-1-ross.burton@intel.com> <1505336969.18640.82.camel@linuxfoundation.org> 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 Cc: OE-core Subject: Re: [PATCH] glib-2.0: recommend shared-mime-info 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: Wed, 13 Sep 2017 21:18:34 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2017-09-13 at 14:12 -0700, Alistair Francis wrote: > On Wed, Sep 13, 2017 at 2:09 PM, Richard Purdie > wrote: > > > > On Wed, 2017-09-13 at 13:55 -0700, Alistair Francis wrote: > > > > > > On Wed, Sep 13, 2017 at 1:42 PM, Burton, Ross > > com> > > > wrote: > > > > > > > > > > > > Can you share a log showing that? > > > This is the full log, so it's not just OpenSSL: > > I suspect the new dependency means other things get built on mingw > > which have never been needed until now. We may need to remove the > > dependency for mingw to avoid this.. > Yeah, that is what I suspected. I tried the BAD_RECOMMENDATIONS in > the > mingw machine-sdk conf, but that didn't seem to work. You want something like: RRECOMMENDS_${PN}_remove_mingw32_pn-glib-2.0 = "shared-mime-info" (I don't remember the exact mingw override offhand) Cheers, Richard