mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
gettext: make host gettextize non-interactive
Make the host gettextize tool non-interactive to avoid stalling for user confirmation when using it to fix up a package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
34d5f90b8b
commit
42e623ac23
@ -57,5 +57,11 @@ endef
|
|||||||
endif
|
endif
|
||||||
endif # GETTEXT_TOOLS = n
|
endif # GETTEXT_TOOLS = n
|
||||||
|
|
||||||
|
# Disable interactive confirmation in host gettextize for package fixups
|
||||||
|
define HOST_GETTEXT_GETTEXTIZE_CONFIRMATION
|
||||||
|
$(SED) '/read dummy/d' $(HOST_DIR)/usr/bin/gettextize
|
||||||
|
endef
|
||||||
|
HOST_GETTEXT_POST_INSTALL_HOOKS += HOST_GETTEXT_GETTEXTIZE_CONFIRMATION
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user