mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:15:38 +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:
parent
0836a6cc47
commit
043d47217f
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user