diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-02 22:10:06 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-05-17 07:18:41 -0700 |
commit | 30bb060b4cea034985f4c0ebfe6e81e6e58610b0 (patch) | |
tree | 8216f16f541091a2c07b28b198905d794c012ddd | |
parent | 480e25bb08d7835a48458d4b4c3b24cbd5b741e0 (diff) | |
download | meta-openembedded-30bb060b4cea034985f4c0ebfe6e81e6e58610b0.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>
(cherry picked from commit df10c7bcc03d1a3eb0cd4d7e937bd935c8043c97)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-shells/zsh/zsh_5.4.2.bb | 2 |
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=" | |||
38 | ALTERNATIVE_${PN} = "sh" | 38 | ALTERNATIVE_${PN} = "sh" |
39 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 39 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
40 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" | 40 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" |
41 | ALTERNATIVE_PRIORITY = "100" | 41 | ALTERNATIVE_PRIORITY = "90" |
42 | 42 | ||
43 | export AUTOHEADER = "true" | 43 | export AUTOHEADER = "true" |
44 | 44 | ||