]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar: use new update-alternatives
authorMark Hatle <mark.hatle@windriver.com>
Mon, 21 May 2012 18:18:49 +0000 (13:18 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 May 2012 09:45:32 +0000 (10:45 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-extended/tar/tar.inc
meta/recipes-extended/tar/tar_1.17.bb
meta/recipes-extended/tar/tar_1.26.bb

index 0533b82d27afc750ff1ce4077a56a837840ce1c7..8c475dfdea8891dd3707cfa29c6d99b6398cb4a7 100644 (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"
index 138ea7141eed1a89603dfdb78f6f0ceca13b22f2..9425f14ddab12e87c63c2269c60d63610ba3b2db 100644 (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 \
index e679ccbf009cbd93426b2e583139d6a897b4e7e8..9c06d7e065e15d608e497a3529cd1c15beeecc69 100644 (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"