From 5b51027645cf0c99844e493b576d020164e55ff9 Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Thu, 2 Nov 2017 11:38:34 -0700 Subject: [PATCH] libusbgen: fix missing build dependencies --- components/libusb/ugen/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/components/libusb/ugen/Makefile b/components/libusb/ugen/Makefile index 83900c45e..2f6f1da94 100644 --- a/components/libusb/ugen/Makefile +++ b/components/libusb/ugen/Makefile @@ -27,10 +27,9 @@ COMPONENT_VERSION= 0.1.8 IPS_COMPONENT_VERSION= 0.5.11 COMPONENT_PROJECT_URL= http://libusb.sf.net/ COMPONENT_SRC= src -COMPONENT_BUGDB= library/libusb -include $(WS_TOP)/make-rules/justmake.mk -include $(WS_TOP)/make-rules/ips.mk +include $(WS_MAKE_RULES)/justmake.mk +include $(WS_MAKE_RULES)/ips.mk $(BUILD_DIR_32)/.built: BITS=32 $(BUILD_DIR_64)/.built: BITS=64 @@ -62,6 +61,5 @@ install: $(INSTALL_32_and_64) # enumerates USB devices plugged into your system test: $(TEST_32_and_64) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) - -include $(WS_TOP)/make-rules/depend.mk +# Build dependencies +REQUIRED_PACKAGES+= system/header/header-ugen -- 2.11.4.GIT