]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofile: eliminate git recipe
authorJoe Slater <jslater@windriver.com>
Fri, 26 Sep 2014 21:19:26 +0000 (14:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:49:11 +0000 (17:49 +0100)
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.

Signed-off-by: Joe Slater <jslater@windriver.com>
meta/recipes-kernel/oprofile/oprofile_git.bb [deleted file]

diff --git a/meta/recipes-kernel/oprofile/oprofile_git.bb b/meta/recipes-kernel/oprofile/oprofile_git.bb
deleted file mode 100644 (file)
index ca562db..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-require oprofile.inc
-
-SRCREV = "88f43190d412d28ebf5c75a76ba20343d0fe4c41"
-PV = "0.9.7+git${SRCPV}"
-PR = "${INC_PR}.0"
-
-SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN}"
-
-S = "${WORKDIR}/git"
-
-DEFAULT_PREFERENCE = "-1"