summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/tar/tar.inc4
-rw-r--r--meta/recipes-extended/tar/tar_1.26.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 6e77051a33..0533b82d27 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -12,12 +12,14 @@ EXTRAINSTALL = "do_install_extra"
12 12
13do_install () { 13do_install () {
14 autotools_do_install 14 autotools_do_install
15 install -d ${D}${base_bindir}
16 ${EXTRAINSTALL} 15 ${EXTRAINSTALL}
17} 16}
18 17
19do_install_extra () { 18do_install_extra () {
19 install -d ${D}${base_bindir}
20 mv ${D}${bindir}/tar ${D}${base_bindir}/tar.${PN} 20 mv ${D}${bindir}/tar ${D}${base_bindir}/tar.${PN}
21 rmdir ${D}${bindir}/
22 rmdir ${D}${sbindir}/
21 mv ${D}${libexecdir}/rmt ${D}${libexecdir}/rmt.${PN} 23 mv ${D}${libexecdir}/rmt ${D}${libexecdir}/rmt.${PN}
22} 24}
23 25
diff --git a/meta/recipes-extended/tar/tar_1.26.bb b/meta/recipes-extended/tar/tar_1.26.bb
index 26fdc4a506..e679ccbf00 100644
--- a/meta/recipes-extended/tar/tar_1.26.bb
+++ b/meta/recipes-extended/tar/tar_1.26.bb
@@ -3,7 +3,7 @@ require tar.inc
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5 5
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519" 8SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519"
9SRC_URI[sha256sum] = "5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41" 9SRC_URI[sha256sum] = "5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41"