summaryrefslogtreecommitdiffstats
path: root/recipes-extended/sed/sed_4.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/sed/sed_4.1.2.bb')
-rw-r--r--recipes-extended/sed/sed_4.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/sed/sed_4.1.2.bb b/recipes-extended/sed/sed_4.1.2.bb
index 4a58442..24f479e 100644
--- a/recipes-extended/sed/sed_4.1.2.bb
+++ b/recipes-extended/sed/sed_4.1.2.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93
18 18
19inherit autotools texinfo update-alternatives gettext 19inherit autotools texinfo update-alternatives gettext
20 20
21do_configure_prepend () { 21do_configure:prepend () {
22 cp ${WORKDIR}/Makevars ${S}/po/ 22 cp ${WORKDIR}/Makevars ${S}/po/
23} 23}
24 24
@@ -31,7 +31,7 @@ do_install () {
31 fi 31 fi
32} 32}
33 33
34ALTERNATIVE_${PN} = "sed" 34ALTERNATIVE:${PN} = "sed"
35ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" 35ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
36ALTERNATIVE_PRIORITY = "100" 36ALTERNATIVE_PRIORITY = "100"
37 37