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