1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

Add oprofileui

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1430 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-04-03 22:34:42 +00:00
parent 0a15894004
commit f02b48e02c
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,7 @@
require oprofileui.inc
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://pug.o-hand.com/repos/oprofileui;module=trunk;proto=http"
+6
View File
@@ -0,0 +1,6 @@
DESCRIPTION = "User interface for the OProfile tool"
SECTION = "x11"
LICENSE = "GPLv2"
inherit autotools pkgconfig
+4
View File
@@ -0,0 +1,4 @@
require oprofileui-svn.inc
DEPENDS = "glib-2.0 gtk+ libglade"