psmisc: Fix -dbg and -doc packages

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1085 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-12-22 13:28:50 +00:00
parent d9b82c5938
commit 8ceaa4e5ff
1 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,7 @@ inherit autotools gettext
ALLOW_EMPTY = "1"
PACKAGES = "${PN} fuser fuser-doc \
PACKAGES = "psmisc-dbg ${PN} fuser psmisc-doc \
killall killall-doc \
pstree pstree-doc"
@ -21,13 +21,10 @@ FILES_${PN} = ""
RDEPENDS_${PN} = "fuser killall pstree"
FILES_fuser = "${bindir}/fuser"
FILES_fuser-doc = "${mandir}/man1/fuser*"
FILES_killall = "${bindir}/killall.${PN}"
FILES_killall-doc = "${mandir}/man1/killall*"
FILES_pstree = "${bindir}/pstree"
FILES_pstree-doc = "${mandir}/man1/pstree*"
do_install_append() {
mv ${D}${bindir}/killall ${D}${bindir}/killall.${PN}