diff options
author | Joe Slater <jslater@windriver.com> | 2014-09-26 14:19:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:35 +0100 |
commit | b186c4a1fce41bbc4952d6922d5814e933aaf311 (patch) | |
tree | 2f8e9e87708b9b433c7421c5437d7478661e164d /meta/recipes-kernel/oprofile | |
parent | 3b92eb93ee9a3f9a86c067cb38ea83b28f0f2212 (diff) | |
download | poky-b186c4a1fce41bbc4952d6922d5814e933aaf311.tar.gz |
oprofile: eliminate git recipe
oprofile_git.bb does not unpack because it stills uses
INC_PR, which is no longer expanded. If one fixes that,
patching fails. Since there is another, later, version oprofile
recipe, we might just as well get rid of this one.
(From OE-Core rev: 0ef8390425ef5722c00074e962e64e70b7ff8598)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_git.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_git.bb b/meta/recipes-kernel/oprofile/oprofile_git.bb deleted file mode 100644 index ca562db121..0000000000 --- a/meta/recipes-kernel/oprofile/oprofile_git.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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}" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | DEFAULT_PREFERENCE = "-1" | ||