summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sed')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index d775d44b44..9fbb6e7e12 100644
--- a/meta/recipes-extended/sed/sed_4.2.1.bb
+++ b/meta/recipes-extended/sed/sed_4.2.1.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
5 file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f" 5 file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f"
6SECTION = "console/utils" 6SECTION = "console/utils"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
10 10
@@ -17,6 +17,7 @@ do_install () {
17 autotools_do_install 17 autotools_do_install
18 install -d ${D}${base_bindir} 18 install -d ${D}${base_bindir}
19 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN} 19 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN}
20 rmdir ${D}${bindir}/
20} 21}
21 22
22ALTERNATIVE_NAME = "sed" 23ALTERNATIVE_NAME = "sed"