summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 16:30:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 16:38:42 +0000
commit287d01851846b14bf5378077f5d8c9edf0fa4121 (patch)
treefd0b17819249154f0e58069864514154a5d44f93 /meta/recipes-extended/sed
parent40f95685e6a3b4359d2ab2fea1418fe5e4bd0aa1 (diff)
downloadpoky-287d01851846b14bf5378077f5d8c9edf0fa4121.tar.gz
gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions
(From OE-Core rev: b60d0c57a2e16d690fd11c6349917efc57630004) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed')
-rw-r--r--meta/recipes-extended/sed/sed_4.1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb
index 713524c41d..8baa180f72 100644
--- a/meta/recipes-extended/sed/sed_4.1.2.bb
+++ b/meta/recipes-extended/sed/sed_4.1.2.bb
@@ -18,6 +18,7 @@ do_install () {
18 autotools_do_install 18 autotools_do_install
19 install -d ${D}${base_bindir} 19 install -d ${D}${base_bindir}
20 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN} 20 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN}
21 rmdir ${D}${bindir}/
21} 22}
22 23
23ALTERNATIVE_NAME = "sed" 24ALTERNATIVE_NAME = "sed"