/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/ |
H A D | libusb-compat_0.1.8.bb | 1 SUMMARY = "libusb-0.1 compatibility layer for libusb1" 2 DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \ 3 that aims to look, feel and behave exactly like libusb-0.1" 4 HOMEPAGE = "http://www.libusb.org/" 5 BUGTRACKER = "http://www.libusb.org/report" 12 # libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it 15 # Few packages are known not to work with libusb-compat (e.g. libmtp-1.0.0), 16 # so here libusb-0.1 is removed completely instead of adding virtual/libusb0. 17 # Besides, libusb-0.1 uses a per 1ms polling that hurts a lot to power 19 PROVIDES = "libusb virtual/libusb0" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | fix-libusb-paths.patch | 1 Don't hardcode paths to libusb, instead use pkg-config. 17 -libhpmud_la_CFLAGS += -I/usr/include/libusb-1.0 39 -hpmudext_la_CFLAGS +=-I/usr/include/libusb-1.0 60 - AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb support], … 61 - AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel support], 11)]) 62 + PKG_CHECK_MODULES([USB], [libusb]) 64 - AC_CHECK_LIB([usb-1.0], [libusb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb 1.0… 65 - AC_CHECK_HEADERS(libusb-1.0/libusb.h, ,[AC_MSG_ERROR([cannot find libusb-1.0-devel support],… 66 + PKG_CHECK_MODULES([USB], [libusb-1.0])
|
/openbmc/openbmc/poky/meta/recipes-support/libusb/ |
H A D | libusb1_1.0.27.bb | 4 HOMEPAGE = "https://libusb.info" 5 BUGTRACKER = "http://www.libusb.org/report" 11 CVE_PRODUCT = "libusb" 15 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libusb-${PV}.tar.bz2 \ 19 GITHUB_BASE_URI = "https://github.com/libusb/libusb/releases" 24 S = "${WORKDIR}/libusb-${PV}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | libusb-header-path.patch | 3 Description: libusb.h comes from different location 14 -#include <libusb/libusb.h> 15 +#include <libusb-1.0/libusb.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | libusb-header-path.patch | 3 Description: libusb.h comes from different location 14 -#include <libusb/libusb.h> 15 +#include <libusb-1.0/libusb.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/ |
H A D | 0001-usb.h-Include-sys-types.h.patch | 12 libusb/usb.h | 2 ++ 15 diff --git a/libusb/usb.h b/libusb/usb.h 17 --- a/libusb/usb.h 18 +++ b/libusb/usb.h
|
H A D | 0002-automake-make-example-programs-installable.patch | 19 AM_CPPFLAGS = -I$(top_srcdir)/libusb 24 lsusb_LDADD = ../libusb/libusb.la
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/ |
H A D | libsigrok_0.5.2.bb | 11 PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
|
/openbmc/u-boot/board/warp7/ |
H A D | README | 11 - libusb: http://libusb.org/ (if you are in a Debian distribution 12 then you can get it via libusb-dev and libusb-1.0-0-dev)
|
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/ |
H A D | Makefile | 3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) 4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
|
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/ |
H A D | Makefile | 3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) 4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libuvc/ |
H A D | libuvc_0.0.7.bb | 1 SUMMARY = "library for USB video devices built atop libusb" 7 DEPENDS = "libusb jpeg"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/ |
H A D | hidapi_0.14.0.bb | 8 DEPENDS = "libusb udev" 13 SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
|
/openbmc/qemu/hw/usb/ |
H A D | meson.build | 85 if libusb.found() 87 usbhost_ss.add(when: ['CONFIG_USB', libusb], 88 if_true: files('host-libusb.c')) 92 system_ss.add(when: ['CONFIG_USB', 'CONFIG_XEN_BUS', libusb], if_true: files('xen-usb.c'))
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-usb | 95 libusb 112 libusb 119 libusb 134 libusb 142 libusb
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python-libusb1_3.1.0.bb | 1 SUMMARY = "Pure-python wrapper for libusb-1.0"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/ |
H A D | libnfc_git.bb | 17 DEPENDS = "libusb"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/ |
H A D | libgusb_0.3.10.bb | 5 DEPENDS = "glib-2.0 libusb"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/ |
H A D | dediprog-flasher_1.14.20.bb | 6 DEPENDS = "libusb"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/ |
H A D | libcyusbserial_git.bb | 6 DEPENDS = "libusb udev"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/ |
H A D | lcdproc_git.bb | 29 PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/ |
H A D | libsdl2_2.30.10.bb | 72 # so we'll just use libusb when it's available. 73 PACKAGECONFIG[libusb] = ",,libusb1"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/ |
H A D | flashrom_1.2.1.bb | 19 PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb"
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …ibepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meso…
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | barebox.bbclass | 24 PACKAGECONFIG ??= "openssl libusb fit" 27 PACKAGECONFIG[libusb] = ",,libusb1-native"
|