diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 13:15:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 16:47:42 +0000 |
commit | a6a866b5852b10748309f70eac46d1d358de6fb4 (patch) | |
tree | 34ee087d296c4febd4ada903c9bbd9d47b2e4982 | |
parent | c739e1980364b167bde10e0a64c467456296ee0f (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/grep/grep_2.9.bb | 3 |
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" | |||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz" | 11 | SRC_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 | ||
32 | pkg_postinst_${PN} () { | 33 | pkg_postinst_${PN} () { |