diff options
author | Joe Slater <jslater@windriver.com> | 2014-09-26 14:19:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 17:49:11 +0100 |
commit | 0ef8390425ef5722c00074e962e64e70b7ff8598 (patch) | |
tree | 72b9200e1a8b1616485d9b269a3bb454472be4ce /meta/recipes-kernel/oprofile | |
parent | f8d725f49f2be4b854f523a5ee3a5c4357e67e30 (diff) | |
download | openembedded-core-0ef8390425ef5722c00074e962e64e70b7ff8598.tar.gz openembedded-core-0ef8390425ef5722c00074e962e64e70b7ff8598.tar.bz2 openembedded-core-0ef8390425ef5722c00074e962e64e70b7ff8598.zip |
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@windriver.com>
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 @@ -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" |