summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed/sed_4.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sed/sed_4.2.1.bb')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.1.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index b39eca0bc0..96c509a170 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 = "r3" 7PR = "r5"
8 8
9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
10 10
@@ -18,13 +18,12 @@ EXTRA_OECONF = "--disable-acl"
18do_install () { 18do_install () {
19 autotools_do_install 19 autotools_do_install
20 install -d ${D}${base_bindir} 20 install -d ${D}${base_bindir}
21 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${BPN} 21 mv ${D}${bindir}/sed ${D}${base_bindir}/sed
22 rmdir ${D}${bindir}/ 22 rmdir ${D}${bindir}/
23} 23}
24 24
25ALTERNATIVE_NAME = "sed" 25ALTERNATIVE_${PN} = "sed"
26ALTERNATIVE_PATH = "sed.${BPN}" 26ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
27ALTERNATIVE_LINK = "${base_bindir}/sed"
28ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"
29 28
30BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "native"