diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-03 22:34:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-03 22:34:42 +0000 |
commit | f02b48e02ce7d0c467a94eb898c23f16f80fe49d (patch) | |
tree | e68371ef1dd4db534d721166a6c8cf0fb18504ba /meta/packages | |
parent | 0a158940043b5700813690c810b1ce9a31ad0c0d (diff) | |
download | poky-f02b48e02ce7d0c467a94eb898c23f16f80fe49d.tar.gz |
Add oprofileui
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1430 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/oprofile/oprofileui-svn.inc | 7 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 6 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofileui_svn.bb | 4 |
3 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofileui-svn.inc b/meta/packages/oprofile/oprofileui-svn.inc new file mode 100644 index 0000000000..8d83442f00 --- /dev/null +++ b/meta/packages/oprofile/oprofileui-svn.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | require oprofileui.inc | ||
2 | |||
3 | PV = "0.0+svn${SRCDATE}" | ||
4 | S = "${WORKDIR}/trunk" | ||
5 | |||
6 | SRC_URI = "svn://pug.o-hand.com/repos/oprofileui;module=trunk;proto=http" | ||
7 | |||
diff --git a/meta/packages/oprofile/oprofileui.inc b/meta/packages/oprofile/oprofileui.inc new file mode 100644 index 0000000000..ff2e92571d --- /dev/null +++ b/meta/packages/oprofile/oprofileui.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | DESCRIPTION = "User interface for the OProfile tool" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
diff --git a/meta/packages/oprofile/oprofileui_svn.bb b/meta/packages/oprofile/oprofileui_svn.bb new file mode 100644 index 0000000000..f82347cb56 --- /dev/null +++ b/meta/packages/oprofile/oprofileui_svn.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require oprofileui-svn.inc | ||
2 | |||
3 | DEPENDS = "glib-2.0 gtk+ libglade" | ||
4 | |||