From 6a2ac674a82d795a7100e2bac3875e82fdd997b3 Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Fri, 21 Jan 2022 05:53:46 -0800 Subject: [PATCH] libusbugen: missing rule to install required packages --- components/library/libusb/ugen/Makefile | 4 +++- components/library/libusb/ugen/pkg5 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/library/libusb/ugen/Makefile b/components/library/libusb/ugen/Makefile index 9e0305431b0..1c8a8e138e8 100644 --- a/components/library/libusb/ugen/Makefile +++ b/components/library/libusb/ugen/Makefile @@ -24,6 +24,7 @@ include ../../../../make-rules/shared-macros.mk COMPONENT_NAME= libusb-ugen COMPONENT_VERSION= 0.1.8 +COMPONENT_REVISION= 1 IPS_COMPONENT_VERSION= 0.5.11 COMPONENT_PROJECT_URL= http://libusb.sf.net/ COMPONENT_SRC= src @@ -48,7 +49,7 @@ clobber: clean $(RM) $(SOURCE_DIR)/.prep # common targets -$(SOURCE_DIR)/.prep: +$(SOURCE_DIR)/.prep: component-environment-prep $(TOUCH) $@ prep: $(SOURCE_DIR)/.prep @@ -62,3 +63,4 @@ test: $(TEST_32_and_64) # Build dependencies REQUIRED_PACKAGES+= system/header/header-ugen +REQUIRED_PACKAGES+= system/library/usb/libusb diff --git a/components/library/libusb/ugen/pkg5 b/components/library/libusb/ugen/pkg5 index 9e7788f67ca..8712fb1189a 100644 --- a/components/library/libusb/ugen/pkg5 +++ b/components/library/libusb/ugen/pkg5 @@ -1,8 +1,10 @@ { "dependencies": [ "SUNWcs", + "shell/ksh93", "system/header/header-ugen", - "system/library" + "system/library", + "system/library/usb/libusb" ], "fmris": [ "system/library/usb/libusbugen"