[OE-core] Cannot satisfy the following dependencies for task-core-basic: libusb-compat (>= 0.1.3)

Richard Purdie richard.purdie at linuxfoundation.org
Wed Feb 22 12:12:12 UTC 2012


On Tue, 2012-02-21 at 18:50 -0500, Brandon Stafford wrote:
> In trying to build core-image-basic, it seems that libusb-compat
> cannot be found:
>
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following
> dependencies for task-core-basic:
> |  * libusb-compat (>= 0.1.3) *
> |  * opkg_install_cmd: Cannot install package task-core-basic.
> NOTE: package core-image-basic-1.0-r0: task do_rootfs: Failed
>
> However, it seems like libusb-compat should be findable:
>
> :~/oe-core/build$ ls ../meta/recipes-support/libusb/
> libusb1_1.0.8.bb  libusb-compat-0.1.3  libusb-compat_0.1.3.bb
>
> Do I need to tell bitbake to look in recipes-support explicitly?

The above error looks like its from the rootfs generation and not from
bitbake itself.

The first question is did it build libusb-compat at all? Are there any
stamps for this in tmp/stamps/*/libusb-compat* or files in
tmp/work/*/libusb-compat* that would suggest that it did?

Secondly, did it place any libusb-compat package into tmp/deploy/ipk/* ?

The answers to the above questions will start to help know where to look
for the problem.

Cheers,

Richard





More information about the Openembedded-core mailing list