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

oprofileui: Improve packaging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1432 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-04-04 09:08:44 +00:00
parent 0836a6cc47
commit 043d47217f
2 changed files with 7 additions and 1 deletions
+1 -1
View 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"
+6
View 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"