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 | |
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')
-rw-r--r-- | meta/packages/oprofile/oprofileui-svn.inc | 2 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/oprofile/oprofileui-svn.inc b/meta/packages/oprofile/oprofileui-svn.inc index 8d83442f00..78b9431cf5 100644 --- a/meta/packages/oprofile/oprofileui-svn.inc +++ b/meta/packages/oprofile/oprofileui-svn.inc | |||
@@ -3,5 +3,5 @@ require oprofileui.inc | |||
3 | PV = "0.0+svn${SRCDATE}" | 3 | PV = "0.0+svn${SRCDATE}" |
4 | S = "${WORKDIR}/trunk" | 4 | S = "${WORKDIR}/trunk" |
5 | 5 | ||
6 | SRC_URI = "svn://pug.o-hand.com/repos/oprofileui;module=trunk;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http" |
7 | 7 | ||
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" | ||