From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eumx.net ([91.82.101.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TCUtE-0003RR-Df for openembedded-core@lists.openembedded.org; Fri, 14 Sep 2012 14:20:56 +0200 Received: from localhost ([127.0.0.1]:39384 helo=eumx.net) by eumx.net with esmtp (Exim 4.72) (envelope-from ) id 1TCUh3-0006P2-Iv for openembedded-core@lists.openembedded.org; Fri, 14 Sep 2012 12:08:21 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=message-id :date:from:reply-to:mime-version:to:subject:content-type :content-transfer-encoding; s=default; bh=rNVWrxOj8ATc1R7m+nwKRZ VACVw=; b=Yon9ax3UpkCeZ8c1vI2/xtvOKbyL4QHjyGlu63oiJ0GR0rl9Zt18GH YMe4r4K+FssnTs9JO7Jt6V6/X/wAOBWcBRUYxGPXFWOJRHhi9KxqtHBhYRA4PmE9 9RhxjKnhlEJkRFBFHqgxVQYe/AeRIOd7ItrsEzAQyhhRMuZt8ML6Q= Received: from [195.171.99.130] (port=38676 helo=[192.168.0.40]) by eumx.net with esmtpa (Exim 4.72) (envelope-from ) id 1TCUh3-0006Oz-Ft for openembedded-core@lists.openembedded.org; Fri, 14 Sep 2012 12:08:21 +0000 Message-ID: <50531E8A.8000307@communistcode.co.uk> Date: Fri, 14 Sep 2012 13:09:46 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: Nothing provides libxcb-* X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ml@communistcode.co.uk 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, 14 Sep 2012 12:20:56 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am trying to use the package libxcb-xfixes in a recipe however when I add 'libxcb-xfixes' to DEPENDS I get the error that nothing provides libxcb-xfixes however the libxcb package clearly has it in the PACKAGES variable recipes-graphics/xcb/libxcb.inc:PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \ recipes-graphics/xcb/libxcb.inc: libxcb-randr libxcb-record libxcb-render libxcb-res \ recipes-graphics/xcb/libxcb.inc: libxcb-screensaver libxcb-shape libxcb-shm libxcb-sync \ recipes-graphics/xcb/libxcb.inc: libxcb-xevie libxcb-xf86dri libxcb-xfixes libxcb-xlib \ recipes-graphics/xcb/libxcb.inc: libxcb-xprint libxcb-xtest libxcb-xv libxcb-xvmc \ recipes-graphics/xcb/libxcb.inc: libxcb-dri2" I have also tried using others in this package list to no avail, can anybody comment on how I should be using these packages? Regards, -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk --