diff options
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" | ||
