1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

psmisc: generate more 'doc' packages (sync with OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2962 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-25 12:29:31 +00:00
parent cb773ee9f6
commit 0756804a14
+4 -1
View File
@@ -13,7 +13,7 @@ inherit autotools gettext
ALLOW_EMPTY = "1"
PACKAGES = "psmisc-dbg ${PN} fuser psmisc-doc \
PACKAGES = "${PN} fuser fuser-doc \
killall killall-doc \
pstree pstree-doc"
@@ -21,10 +21,13 @@ 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}