diff options
author | Fabien Chereau <fabien.chereau@intel.com> | 2014-06-26 12:20:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-29 09:04:22 +0100 |
commit | 20561edd64f01d3216aa4aa8c3b32393954f84cb (patch) | |
tree | 6c6ab1b4827b72fe27cd9f67395d5e88db980fc5 | |
parent | dbb4c732335f817cb527f213948297e953a598ca (diff) | |
download | poky-20561edd64f01d3216aa4aa8c3b32393954f84cb.tar.gz |
libusb: add missing build dependency on udev
This fixes the ./configure error in case libusb is built before udev/systemd.
(From OE-Core rev: 6cebce6e355c4c7a87f4088bfa849d0a1c3439da)
Signed-off-by: Fabien Chereau <fabien.chereau@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.19.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libusb/libusb1_1.0.19.bb b/meta/recipes-support/libusb/libusb1_1.0.19.bb index a20e1fcdb8..be2be9d55e 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.19.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.19.bb | |||
@@ -6,6 +6,8 @@ SECTION = "libs" | |||
6 | LICENSE = "LGPLv2.1+" | 6 | LICENSE = "LGPLv2.1+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
8 | 8 | ||
9 | DEPENDS_append = " udev" | ||
10 | |||
9 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
10 | 12 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ |