mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
swupdate: replace BR2_PREFER_STATIC_LIB with BR2_STATIC_LIBS
The symbol to control static compilation was renamed in 2015.02, but missed when swupdate was added. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f30eec41f9
commit
6969e97e78
@ -83,7 +83,7 @@ SWUPDATE_BUILD_CONFIG = $(@D)/.config
|
|||||||
SWUPDATE_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_SWUPDATE_CONFIG))
|
SWUPDATE_KCONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_SWUPDATE_CONFIG))
|
||||||
SWUPDATE_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
|
SWUPDATE_KCONFIG_EDITORS = menuconfig xconfig gconfig nconfig
|
||||||
|
|
||||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
ifeq ($(BR2_STATIC_LIBS),y)
|
||||||
define SWUPDATE_PREFER_STATIC
|
define SWUPDATE_PREFER_STATIC
|
||||||
$(call KCONFIG_ENABLE_OPT,CONFIG_STATIC,$(SWUPDATE_BUILD_CONFIG))
|
$(call KCONFIG_ENABLE_OPT,CONFIG_STATIC,$(SWUPDATE_BUILD_CONFIG))
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user