summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index bc737acd63..db326660ea 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -17,6 +17,10 @@ CFLAGS += "-DNON_INTERACTIVE_LOGIN_SHELLS"
17# This can vary depending upon the host 17# This can vary depending upon the host
18CFLAGS += "-DHEREDOC_PIPESIZE=65536" 18CFLAGS += "-DHEREDOC_PIPESIZE=65536"
19 19
20# Disable bracketed paste mode by default (enabled by default in bash 5.1). It
21# causes a lot of garbage in non-interactive shells
22CFLAGS += "-DBRACKETED_PASTE_DEFAULT=0"
23
20ALTERNATIVE_${PN} = "bash sh" 24ALTERNATIVE_${PN} = "bash sh"
21ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash" 25ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash"
22ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash" 26ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash"