[yocto] DEPENDS=libusb1 | libusb-compat not building package

Tim Hammer tdhammer99 at gmail.com
Thu Oct 4 10:14:04 PDT 2018


I am trying to write a recipe for cc-tool (
https://sourceforge.net/projects/cctool/) and ran into the following error
during the build:

| checking for libusb-1.0 >= 1.0.0... no
| configure: error: Package requirements (libusb-1.0 >= 1.0.0) were not met:
|
| No package 'libusb-1.0' found


I have added "libusb1" and then tried "libusb-compat" and also "libusb" as
well as "libusb-1.0" to my recipe's DEPENDS but nothing gets fetched/built.

I previously encountered the same failure with Boost and adding it to
DEPENDS was the solution. What am I missing for libusb-1.0?

Do I need to instead modify the configure input to look in a different
location for libusb-1.0?
-- 

.Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20181004/62a4133b/attachment.html>


More information about the yocto mailing list