]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofileui: Improve packaging
authorRichard Purdie <richard@openedhand.com>
Wed, 4 Apr 2007 09:08:44 +0000 (09:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 4 Apr 2007 09:08:44 +0000 (09:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1432 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/oprofile/oprofileui-svn.inc
meta/packages/oprofile/oprofileui.inc

index 8d83442f0014858d1e6c09cbda30807dee2a6653..78b9431cf5c4ef2b4316c625d8838b5f91415477 100644 (file)
@@ -3,5 +3,5 @@ require oprofileui.inc
 PV = "0.0+svn${SRCDATE}"
 S = "${WORKDIR}/trunk"
 
-SRC_URI = "svn://pug.o-hand.com/repos/oprofileui;module=trunk;proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http"
 
index ff2e92571dce768eb7c5f7198fc07f9d03799e35..a0265ea7d63283cf0cd5349e266ea7bb8299c5db 100644 (file)
@@ -1,6 +1,12 @@
 DESCRIPTION = "User interface for the OProfile tool"
 SECTION = "x11"
 LICENSE = "GPLv2"
+PR = "r1"
 
 inherit autotools pkgconfig
 
+PACKAGES =+ "oprofileui-server oprofileui-viewer"
+
+FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
+FILES_oprofileui-server = "${bindir}/oprofile-server"
+FILES_oprofileui-doc = "/usr/doc/oprofileui"