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

2018-10-08 Thread Burton, Ross
Yes, that's odd. Can you share the recipe? Ross On Thu, 4 Oct 2018 at 19:24, Tim Hammer wrote: > > Even with libusb1 in DEPENDS it fails. It may be in the configure script > (which works fine "outside" of a bitbake build), but what I am confused > about is the lack of any libusb content in my

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

2018-10-04 Thread Tim Hammer
Even with libusb1 in DEPENDS it fails. It may be in the configure script (which works fine "outside" of a bitbake build), but what I am confused about is the lack of any libusb content in my cc-tool build tree. When I added boost to the DEPENDS, I got the headers and libraries in

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

2018-10-04 Thread Burton, Ross
The recipe you're after for DEPENDS is libusb1. If that doesn't work then there's a bug in the configure script. Ross On Thu, 4 Oct 2018 at 18:19, Tim Hammer wrote: > > I am trying to write a recipe for cc-tool > (https://sourceforge.net/projects/cctool/) and ran into the following error >

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

2018-10-04 Thread Tim Hammer
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