diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-04 09:08:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-04 09:08:44 +0000 |
commit | 043d47217f43f698ed7b1e48d34fbdc648d861fd (patch) | |
tree | 9de760265df8a7671cb7a8ec27abf1908c386646 /meta/packages/oprofile/oprofileui.inc | |
parent | 0836a6cc474b696ad73f18ae14764de0129a21f3 (diff) | |
download | poky-043d47217f43f698ed7b1e48d34fbdc648d861fd.tar.gz |
oprofileui: Improve packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1432 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofileui.inc')
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofileui.inc b/meta/packages/oprofile/oprofileui.inc index ff2e92571d..a0265ea7d6 100644 --- a/meta/packages/oprofile/oprofileui.inc +++ b/meta/packages/oprofile/oprofileui.inc | |||
@@ -1,6 +1,12 @@ | |||
1 | DESCRIPTION = "User interface for the OProfile tool" | 1 | DESCRIPTION = "User interface for the OProfile tool" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
6 | 7 | ||
8 | PACKAGES =+ "oprofileui-server oprofileui-viewer" | ||
9 | |||
10 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" | ||
11 | FILES_oprofileui-server = "${bindir}/oprofile-server" | ||
12 | FILES_oprofileui-doc = "/usr/doc/oprofileui" | ||