diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-04-12 00:57:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:28 +0100 |
commit | 7fafbe235da6dd8960ec2fef9455494bb36433c6 (patch) | |
tree | 8eaafa639ad337f568841bcc3b72fb137f215e11 /meta/recipes-kernel/oprofile | |
parent | 351df14dc33c9ad5478a8ba853b766beff9ca3d1 (diff) | |
download | poky-7fafbe235da6dd8960ec2fef9455494bb36433c6.tar.gz |
oprofileui: upgrade to latest git version
(From OE-Core rev: 7b3a1ef2e0c498edcfc872a3b8549f2aaf5524ef)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch b/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch index 4b44c69bcf..39ceb22e39 100644 --- a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch +++ b/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch | |||
@@ -7,6 +7,8 @@ With dso linking change in gcc, all the libraries are needed to be explicitely s | |||
7 | | collect2: ld returned 1 exit status^M | 7 | | collect2: ld returned 1 exit status^M |
8 | | make[2]: *** [oprofile-viewer] Error 1^M | 8 | | make[2]: *** [oprofile-viewer] Error 1^M |
9 | 9 | ||
10 | Upstream-Status: Inappropriate [configuration] | ||
11 | |||
10 | Nitin A Kamble <nitin.a.kamble@intel.com> | 12 | Nitin A Kamble <nitin.a.kamble@intel.com> |
11 | Date: 2011/01/11 | 13 | Date: 2011/01/11 |
12 | 14 | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index c83d43c367..44adcb78d2 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require oprofileui.inc | 1 | require oprofileui.inc |
2 | 2 | ||
3 | PV = "0.0+git${SRCPV}" | 3 | PV = "0.0+git${SRCPV}" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||