mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
oprofileui: Fix DEPENDS, add RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1512 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
DESCRIPTION = "User interface for the OProfile tool"
|
||||
SECTION = "x11"
|
||||
LICENSE = "GPLv2"
|
||||
PR = "r1"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2"
|
||||
PR = "r2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "oprofileui-server oprofileui-viewer"
|
||||
|
||||
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
|
||||
RDEPENDS_oprofile-viewer = "oprofile"
|
||||
|
||||
FILES_oprofileui-server = "${bindir}/oprofile-server"
|
||||
RDEPENDS_oprofile-server = "oprofile"
|
||||
|
||||
FILES_oprofileui-doc = "/usr/doc/oprofileui"
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
require oprofileui-svn.inc
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+ libglade"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user