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:
@@ -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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
DESCRIPTION = "User interface for the OProfile tool"
|
||||
SECTION = "x11"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
require oprofileui-svn.inc
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+ libglade"
|
||||
|
||||
Reference in New Issue
Block a user