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/oprofile/oprofileui.inc | |
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/oprofile/oprofileui.inc')
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||