mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
Update config.{guess,sub} unconditionally
Remove the BR2_UPDATE_CONFIG option which allowed to globally enable/disable the replacement of config.{guess,sub} for autotools-based packages. Doing it unconditionnally just works. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0a63c06319
commit
0ed643665f
@ -327,8 +327,6 @@ config BR2_HAVE_DEVFILES
|
|||||||
Install headers and static libraries in the
|
Install headers and static libraries in the
|
||||||
target filesystem
|
target filesystem
|
||||||
|
|
||||||
source package/gnuconfig/Config.in
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "toolchain/Config.in"
|
source "toolchain/Config.in"
|
||||||
|
@ -128,9 +128,7 @@ define UPDATE_CONFIG_HOOK
|
|||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BR2_UPDATE_CONFIG),y)
|
|
||||||
$(2)_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
$(2)_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
||||||
endif
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hook to patch libtool to make it work properly for cross-compilation
|
# Hook to patch libtool to make it work properly for cross-compilation
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
config BR2_UPDATE_CONFIG
|
|
||||||
bool "update config.sub and config.guess"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
This just exists to easily update the config.sub / config.guess
|
|
||||||
files in packages to the latest version (since many bundled ones
|
|
||||||
don't support the latest possible targets)
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user