summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep
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/grep
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/grep')
-rw-r--r--meta/recipes-extended/grep/grep_2.5.1a.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb
index bb4f53fb02..64064fc5c6 100644
--- a/meta/recipes-extended/grep/grep_2.5.1a.bb
+++ b/meta/recipes-extended/grep/grep_2.5.1a.bb
@@ -27,6 +27,7 @@ do_install () {
27 mv ${D}${bindir}/grep ${D}${base_bindir}/grep.${PN} 27 mv ${D}${bindir}/grep ${D}${base_bindir}/grep.${PN}
28 mv ${D}${bindir}/egrep ${D}${base_bindir}/egrep.${PN} 28 mv ${D}${bindir}/egrep ${D}${base_bindir}/egrep.${PN}
29 mv ${D}${bindir}/fgrep ${D}${base_bindir}/fgrep.${PN} 29 mv ${D}${bindir}/fgrep ${D}${base_bindir}/fgrep.${PN}
30 rmdir ${D}${bindir}/
30} 31}
31 32
32pkg_postinst_${PN} () { 33pkg_postinst_${PN} () {