1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

tar: use new update-alternatives

(From OE-Core rev: ed48d4b382dae08ac47bccdcb98b1e87dc6449cc)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle
2012-05-21 13:18:49 -05:00
committed by Richard Purdie
parent 76c08cc0d2
commit 6d76d521a1
3 changed files with 10 additions and 12 deletions
+8 -10
View File
@@ -17,18 +17,16 @@ do_install () {
do_install_extra () {
install -d ${D}${base_bindir}
mv ${D}${bindir}/tar ${D}${base_bindir}/tar.${PN}
mv ${D}${bindir}/tar ${D}${base_bindir}/tar
rmdir ${D}${bindir}/
rmdir ${D}${sbindir}/
mv ${D}${libexecdir}/rmt ${D}${libexecdir}/rmt.${PN}
}
pkg_postinst_${PN} () {
update-alternatives --install ${base_bindir}/tar tar tar.${PN} 100
update-alternatives --install ${libexecdir}/rmt rmt rmt.${PN} 100
}
inherit update-alternatives
pkg_prerm_${PN} () {
update-alternatives --remove tar tar.${PN}
update-alternatives --remove rmt rmt.${PN}
}
ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN} = "tar rmt"
ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar"
ALTERNATIVE_LINK_NAME[rmt] = "${libexecdir}/rmt"
+1 -1
View File
@@ -3,7 +3,7 @@ require tar.inc
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
PR = "r1"
PR = "r2"
SRC_URI += "file://m4extensions.patch \
file://gcc43build.patch \
+1 -1
View File
@@ -3,7 +3,7 @@ require tar.inc
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PR = "r1"
PR = "r2"
SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519"
SRC_URI[sha256sum] = "5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41"