summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-05-02 11:14:48 -0700
committerSaul Wold <sgw@linux.intel.com>2014-05-05 23:08:17 -0700
commit5b5016ed87bcc916d29fb7e1e3d23a600847c882 (patch)
treeae5b25121cc65fbf39432876f50c62040bfdc722 /meta/recipes-kernel/oprofile/oprofile.inc
parent56dc32f128b3029c38381c7cc81f244fbd77416e (diff)
downloadopenembedded-core-5b5016ed87bcc916d29fb7e1e3d23a600847c882.tar.gz
oprofile: Update to 0.9.9
Backport patches to fix with gcc 4.9 delete applied patches and obsoleted ones (From OE-Core rev: 9ef0ed510aff5e975fb6d8be9330a10172a5b5d8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index 080219ed3d..e431071283 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -7,8 +7,7 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
LICENSE = "LGPLv2.1+ & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
- file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4"
-
+ "
SECTION = "devel"
DEPENDS = "popt binutils"
@@ -19,10 +18,7 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}"
FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la"
FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
-INC_PR = "r2"
-
SRC_URI = "file://opstart.patch \
- file://oprofile-no-query-modules.patch \
file://oprofile-root.patch \
file://acinclude.m4"