summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_git.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-20 12:46:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-24 17:27:18 +0100
commitb56be05134f511fee9a7e8d78ba08b711eb99137 (patch)
tree1fe2c4ad0d90e9aa6ca0756b44bf749c71cd179a /meta/recipes-kernel/oprofile/oprofile_git.bb
parent85b54b36621aacb2e801b1ea0cea8399871a1fc3 (diff)
downloadpoky-b56be05134f511fee9a7e8d78ba08b711eb99137.tar.gz
oprofile: Update to 0.9.7 and convert cvs->git
(From OE-Core rev: 493e9aa7ba87b2d863ba91f8c5e01e2f92190fb1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_git.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_git.bb b/meta/recipes-kernel/oprofile/oprofile_git.bb
new file mode 100644
index 0000000000..c345548010
--- /dev/null
+++ b/meta/recipes-kernel/oprofile/oprofile_git.bb
@@ -0,0 +1,11 @@
1require oprofile.inc
2
3SRCREV = "88f43190d412d28ebf5c75a76ba20343d0fe4c41"
4PV = "0.9.7+git${SRCPV}"
5PR = "${INC_PR}.0"
6
7SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN};protocol=git"
8
9S = "${WORKDIR}/git"
10
11DEFAULT_PREFERENCE = "-1"