diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-01 13:48:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-02 15:14:01 +0000 |
commit | 1131efec323dc380252cabf60e1c6a8e8a353bbd (patch) | |
tree | 7424597feccaf7ecba24e2a050f767abe2b50d3d /meta/recipes-extended/psmisc/psmisc.inc | |
parent | 338f90982e1b4d00dece751964fef8a02d25f298 (diff) | |
download | poky-1131efec323dc380252cabf60e1c6a8e8a353bbd.tar.gz |
psmisc: Update to 22.14
* Create psmisc-extras for unpackaged binaries
* rebase patch
* set LICENSE to GPLv2
(From OE-Core rev: db339e1955ea95f9a3dd3c65677bad6b6e7fa0ea)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 77047cc815..9e281d5c63 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -1,4 +1,3 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SUMMARY = "Utilities for managing processes on your system" | 1 | SUMMARY = "Utilities for managing processes on your system" |
3 | DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ | 2 | DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ |
4 | system: pstree, killall and fuser. The pstree command displays a tree \ | 3 | system: pstree, killall and fuser. The pstree command displays a tree \ |
@@ -8,6 +7,7 @@ processes identified by name. The fuser command identifies the PIDs \ | |||
8 | of processes that are using specified files or filesystems." | 7 | of processes that are using specified files or filesystems." |
9 | SECTION = "base" | 8 | SECTION = "base" |
10 | DEPENDS = "ncurses virtual/libintl" | 9 | DEPENDS = "ncurses virtual/libintl" |
10 | LICENSE = "GPLv2" | ||
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ |
13 | file://libintl-link.patch" | 13 | file://libintl-link.patch" |
@@ -17,7 +17,8 @@ inherit autotools gettext | |||
17 | 17 | ||
18 | ALLOW_EMPTY = "1" | 18 | ALLOW_EMPTY = "1" |
19 | 19 | ||
20 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc " | 20 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" |
21 | PACKAGES += "psmisc-extras" | ||
21 | 22 | ||
22 | FILES_${PN} = "" | 23 | FILES_${PN} = "" |
23 | RDEPENDS_${PN} = "fuser killall pstree" | 24 | RDEPENDS_${PN} = "fuser killall pstree" |
@@ -31,6 +32,9 @@ FILES_killall-doc = "${mandir}/man1/killall*" | |||
31 | FILES_pstree = "${bindir}/pstree" | 32 | FILES_pstree = "${bindir}/pstree" |
32 | FILES_pstree-doc = "${mandir}/man1/pstree*" | 33 | FILES_pstree-doc = "${mandir}/man1/pstree*" |
33 | 34 | ||
35 | FILES_psmisc-extras = "${bindir}" | ||
36 | FILES_psmisc-extras-doc = "${mandir}" | ||
37 | |||
34 | do_install_append() { | 38 | do_install_append() { |
35 | mv ${D}${bindir}/killall ${D}${bindir}/killall.${PN} | 39 | mv ${D}${bindir}/killall ${D}${bindir}/killall.${PN} |
36 | mv ${D}${bindir}/fuser ${D}${bindir}/fuser.${PN} | 40 | mv ${D}${bindir}/fuser ${D}${bindir}/fuser.${PN} |