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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user