diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-02 22:10:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-03 08:06:18 -0700 |
commit | df10c7bcc03d1a3eb0cd4d7e937bd935c8043c97 (patch) | |
tree | c0edf0c1641a987e4e65963c813ea50c7cb7e3fd | |
parent | b8bbcd4dea422be57123d75fbf77db6d33542b06 (diff) | |
download | meta-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.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 | ||