From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ABB64E003E3 for ; Fri, 24 Feb 2012 21:56:45 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2012 21:56:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="114779204" Received: from unknown (HELO envy.home) ([10.255.15.122]) by orsmga002.jf.intel.com with ESMTP; 24 Feb 2012 21:55:45 -0800 Message-ID: <4F4877BF.7070903@linux.intel.com> Date: Fri, 24 Feb 2012 21:55:11 -0800 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Yocto Project X-Enigmail-Version: 1.3.5 Subject: DEPEND creep breaking poky-tiny X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 05:56:45 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'm working through some issues with a poky-tiny build of core-image-minimal failing. The first error is attributable to" commit f3677d679e5c74f9877f36cdb170bbfea9b7b9bb glib-2.0: Add missing DEPENDS on dbus dbus eventually pulls in shadow, which fails configure with the minimal libc configuration in poky-tiny. Removing this dependency allows us to make progress. (I understand a proper fix is needed, as the dependency was added for a reason). Next up is popt failing due to missing native language or widechar support. pkgconfig is what brings in popt, and also what brought in glib above. Nothing in popt suggests it changed recently, which leads me to believe that the pkgconfig bit is new as I'm pretty sure I didn't need glib in poky-tiny originally at all. Has pkgconfig been added recently? Seems silly to ask, but that is where things are pointing... -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel