mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +00:00
sharutils: Use update alternatives for uudecode/uuencode
This can then live with toybox Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f9300e78c4
commit
b10cbda286
@ -4,7 +4,7 @@ SECTION = "console/utils"
|
||||
LICENSE="GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit gettext autotools
|
||||
inherit gettext autotools update-alternatives
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
||||
file://0001-Fix-build-with-clang.patch \
|
||||
@ -25,3 +25,7 @@ do_install_append() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
ALTERNATIVE_${PN} = "uudecode uuencode"
|
||||
ALTERNATIVE_LINK_NAME[uudecode] = "${bindir}/uudecode"
|
||||
ALTERNATIVE_LINK_NAME[uuencode] = "${bindir}/uuencode"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user