summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
index 48eb268939..8bbc6815ed 100644
--- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
+++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
4LICENSE="GPLv3+" 4LICENSE="GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7inherit gettext autotools 7inherit gettext autotools update-alternatives
8 8
9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
10 file://0001-Fix-build-with-clang.patch \ 10 file://0001-Fix-build-with-clang.patch \
@@ -25,3 +25,7 @@ do_install_append() {
25} 25}
26 26
27BBCLASSEXTEND = "native nativesdk" 27BBCLASSEXTEND = "native nativesdk"
28
29ALTERNATIVE_${PN} = "uudecode uuencode"
30ALTERNATIVE_LINK_NAME[uudecode] = "${bindir}/uudecode"
31ALTERNATIVE_LINK_NAME[uuencode] = "${bindir}/uuencode"