mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/apcupsd: don't override dependencies
Don't override APCUPSD_DEPENDENCIES in a conditional
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4c82676211)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
957c0e2e19
commit
8a47f7522b
@@ -33,7 +33,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_APCUPSD_MODBUS_USB),y)
|
||||
APCUPSD_CONF_OPTS += --enable-modbus-usb
|
||||
APCUPSD_DEPENDENCIES = libusb libusb-compat
|
||||
APCUPSD_DEPENDENCIES += libusb libusb-compat
|
||||
else
|
||||
APCUPSD_CONF_OPTS += --disable-modbus-usb
|
||||
endif
|
||||
@@ -64,7 +64,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_APCUPSD_USB),y)
|
||||
APCUPSD_CONF_OPTS += --enable-usb
|
||||
APCUPSD_DEPENDENCIES = libusb libusb-compat
|
||||
APCUPSD_DEPENDENCIES += libusb libusb-compat
|
||||
else
|
||||
APCUPSD_CONF_OPTS += --disable-usb
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user