linux - libusb1 fails do_configure task with "udev support requested but libudev not installed" -
i'm trying build yocto image.
- i'm running ubuntu 12.04. i've installed packages link above recommends (and more)
- i cloned poky git repository, , checked out daisy-11.0.0 tag.
conf/local.conf
hasmachine=qemux86
, other settings default.- i tweaked # of threads bitbake , make.
bitbake -k core-image-minimal
i following error during do_configure task of libusb1_1.0.18.bb:
configure: error: "udev support requested libudev not installed"
libudev-dev
installed.
this seems strange me because i'm using plain vanilla no frills setup.
does know how resolve configure error?
i'm not 100% sure on-topic so. please direct me proper place if before closing.
you should repo sync
, has been solved , pushed today (20 may 2014)
Comments
Post a Comment