mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
libusb1: disable floating dependency on udev
libusb added support for udev, but this causes a circular dependecny between udev and libusb, so hardcode the disable here. Also remove the patch that is no longer used. (From OE-Core rev: 5c0f8111f9ec5a2c3b2826946af5132aaa13a9b9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0e2777fc3d
commit
b664c86187
@@ -1,15 +0,0 @@
|
||||
Upstream-Status: Submitted [https://libusb.org/ticket/159]
|
||||
|
||||
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||
diff -Nurd libusb-1.0.9/configure.ac libusb-1.0.9/configure.ac
|
||||
--- libusb-1.0.9/configure.ac 2012-04-20 09:44:27.000000000 +0300
|
||||
+++ libusb-1.0.9/configure.ac 2013-01-02 16:36:44.152121483 +0200
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
AC_CONFIG_SRCDIR([libusb/core.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
-AM_CONFIG_HEADER([config.h])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_PREREQ([2.50])
|
||||
@@ -18,7 +18,9 @@ S = "${WORKDIR}/libusb-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--libdir=${base_libdir}"
|
||||
# Don't configure udev by default since it will cause a circular
|
||||
# dependecy with udev package, which depends on libusb
|
||||
EXTRA_OECONF = "--libdir=${base_libdir} --disable-udev"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${libdir}
|
||||
|
||||
Reference in New Issue
Block a user