summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 13:15:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 16:47:42 +0000
commita6a866b5852b10748309f70eac46d1d358de6fb4 (patch)
tree34ee087d296c4febd4ada903c9bbd9d47b2e4982 /meta/recipes-extended/grep
parentc739e1980364b167bde10e0a64c467456296ee0f (diff)
downloadpoky-a6a866b5852b10748309f70eac46d1d358de6fb4.tar.gz
grep: Fix QA warnings
WARNING: For recipe grep, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin (From OE-Core rev: 185f5491176335e98adcf903a40b6399d22850bf) 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.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/grep/grep_2.9.bb b/meta/recipes-extended/grep/grep_2.9.bb
index 9099bed2af..1bc79f21c9 100644
--- a/meta/recipes-extended/grep/grep_2.9.bb
+++ b/meta/recipes-extended/grep/grep_2.9.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" 7LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee"
8 8
9PR = "r0" 9PR = "r1"
10 10
11SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz" 11SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz"
12 12
@@ -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} () {