sed: Fix unpackaged files warnings

WARNING: For recipe sed, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

(From OE-Core rev: 93ba71e53d3295e35ef3a1c424d0a348a66c2f22)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-03-16 14:57:29 +00:00
parent 59313f2b7c
commit 1871ec8d01
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f"
SECTION = "console/utils"
PR = "r1"
PR = "r2"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
@ -17,6 +17,7 @@ do_install () {
autotools_do_install
install -d ${D}${base_bindir}
mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN}
rmdir ${D}${bindir}/
}
ALTERNATIVE_NAME = "sed"