mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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 df10c7bcc0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
480e25bb08
commit
30bb060b4c
@@ -38,7 +38,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
ALTERNATIVE_${PN} = "sh"
|
||||
ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
|
||||
ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
ALTERNATIVE_PRIORITY = "90"
|
||||
|
||||
export AUTOHEADER = "true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user