diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-20 12:46:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:18 +0100 |
commit | b56be05134f511fee9a7e8d78ba08b711eb99137 (patch) | |
tree | 1fe2c4ad0d90e9aa6ca0756b44bf749c71cd179a /meta/recipes-kernel/oprofile/oprofile_git.bb | |
parent | 85b54b36621aacb2e801b1ea0cea8399871a1fc3 (diff) | |
download | poky-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.bb | 11 |
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 @@ | |||
1 | require oprofile.inc | ||
2 | |||
3 | SRCREV = "88f43190d412d28ebf5c75a76ba20343d0fe4c41" | ||
4 | PV = "0.9.7+git${SRCPV}" | ||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN};protocol=git" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | DEFAULT_PREFERENCE = "-1" | ||