summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-05-02 22:10:06 +0200
committerKhem Raj <raj.khem@gmail.com>2021-05-03 08:06:18 -0700
commitdf10c7bcc03d1a3eb0cd4d7e937bd935c8043c97 (patch)
treec0edf0c1641a987e4e65963c813ea50c7cb7e3fd
parentb8bbcd4dea422be57123d75fbf77db6d33542b06 (diff)
downloadmeta-openembedded-df10c7bcc03d1a3eb0cd4d7e937bd935c8043c97.tar.gz
zsh: reduce priority slightly to avoid conflict with bash
| [log_check] Warn: update-alternatives: sh has multiple providers with the same priority, please check /workdir/raspberrypi4_64-mortsgna-linux/allgui-dev-image/1.0-r0/rootfs/usr/lib/opkg/alternatives/sh for details Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-shells/zsh/zsh_5.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
index 3aab65bf5b..aa372b70a3 100644
--- a/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
+++ b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb
@@ -38,7 +38,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
38ALTERNATIVE_${PN} = "sh" 38ALTERNATIVE_${PN} = "sh"
39ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" 39ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
40ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" 40ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}"
41ALTERNATIVE_PRIORITY = "100" 41ALTERNATIVE_PRIORITY = "90"
42 42
43export AUTOHEADER = "true" 43export AUTOHEADER = "true"
44 44