[oe-commits] Joe Slater : oprofile: eliminate git recipe

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 16:50:51 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 0ef8390425ef5722c00074e962e64e70b7ff8598
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0ef8390425ef5722c00074e962e64e70b7ff8598

Author: Joe Slater <jslater at windriver.com>
Date:   Fri Sep 26 14:19:26 2014 -0700

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.

Signed-off-by: Joe Slater <jslater at windriver.com>

---

 meta/recipes-kernel/oprofile/oprofile_git.bb | 11 -----------
 1 file changed, 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 ca562db..0000000
--- a/meta/recipes-kernel/oprofile/oprofile_git.bb
+++ /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"



More information about the Openembedded-commits mailing list