diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-05-02 11:14:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:15 +0100 |
commit | 5f897ef09c2f17f6e665d18eb6f77426da30a114 (patch) | |
tree | b61b6ffbd5e30b336c8db531faadb6a78f126b56 /meta/recipes-kernel/oprofile/oprofile.inc | |
parent | 3cf5a0eba030adf8a219601283410fff2cbf9747 (diff) | |
download | poky-5f897ef09c2f17f6e665d18eb6f77426da30a114.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)
(From OE-Core rev: 5b5016ed87bcc916d29fb7e1e3d23a600847c882)
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.inc | 6 |
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" | |||
7 | LICENSE = "LGPLv2.1+ & GPLv2" | 7 | LICENSE = "LGPLv2.1+ & GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ | 9 | file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ |
10 | file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4" | 10 | " |
11 | |||
12 | SECTION = "devel" | 11 | SECTION = "devel" |
13 | 12 | ||
14 | DEPENDS = "popt binutils" | 13 | DEPENDS = "popt binutils" |
@@ -19,10 +18,7 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" | |||
19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | 18 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" |
20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | 19 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" |
21 | 20 | ||
22 | INC_PR = "r2" | ||
23 | |||
24 | SRC_URI = "file://opstart.patch \ | 21 | SRC_URI = "file://opstart.patch \ |
25 | file://oprofile-no-query-modules.patch \ | ||
26 | file://oprofile-root.patch \ | 22 | file://oprofile-root.patch \ |
27 | file://acinclude.m4" | 23 | file://acinclude.m4" |
28 | 24 | ||