mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
Build libusb without annoying tests, breaking the build
This commit is contained in:
parent
26cdd6f6c0
commit
193d987287
@ -29,6 +29,9 @@ $(LIBUSB_DIR)/.unpacked: $(DL_DIR)/$(LIBUSB_SOURCE)
|
|||||||
ifneq ($(LIBUSB_PATCH_FILE),)
|
ifneq ($(LIBUSB_PATCH_FILE),)
|
||||||
(cd $(LIBUSB_DIR) && $(LIBUSB_CAT) $(LIBUSB_PATCH) | patch -p1)
|
(cd $(LIBUSB_DIR) && $(LIBUSB_CAT) $(LIBUSB_PATCH) | patch -p1)
|
||||||
endif
|
endif
|
||||||
|
toolchain/patch-kernel.sh $(LIBUSB_DIR) package/libusb/ libusb-$(LIBUSB_VERSION)\*.patch*
|
||||||
|
$(SED) 's,^all:.*,all:,g' $(LIBUSB_DIR)/tests/Makefile.in
|
||||||
|
$(SED) 's,^install:.*,install:,g' $(LIBUSB_DIR)/tests/Makefile.in
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(LIBUSB_DIR)/.configured: $(LIBUSB_DIR)/.unpacked
|
$(LIBUSB_DIR)/.configured: $(LIBUSB_DIR)/.unpacked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user