Search code examples
linuxembeddedconfigurelibusbyocto

libusb1 fails do_configure task with "udev support requested but libudev not installed"


I'm trying to build a Yocto image.

  • I'm running Ubuntu 12.04. I've installed the packages the link above recommends (and more)
  • I cloned the poky git repository, and checked out the daisy-11.0.0 tag.
  • conf/local.conf has MACHINE=qemux86, nearly all other settings are default.
  • I tweaked # of threads for bitbake and make.
  • bitbake -k core-image-minimal

I get the following error during the do_configure task of libusb1_1.0.18.bb:

configure: error: "udev support requested but libudev not installed"

libudev-dev is installed.

This seems strange to me because I'm using a plain vanilla no frills setup.

Does anyone know how to resolve this configure error?

I'm not 100% sure this is on-topic for SO. Please direct me to the proper place if so before closing.


Solution

  • You should just do a repo sync, it has been solved and pushed today (20 may 2014)