diff options
Diffstat (limited to 'meta/recipes-kernel')
-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 4b44c69bc..39ceb22e3 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 | collect2: ld returned 1 exit status^M | make[2]: *** [oprofile-viewer] Error 1^M +Upstream-Status: Inappropriate [configuration] + Nitin A Kamble <nitin.a.kamble@intel.com> Date: 2011/01/11 diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index c83d43c36..44adcb78d 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -1,7 +1,7 @@ require oprofileui.inc PV = "0.0+git${SRCPV}" -PR = "r3" +PR = "r4" S = "${WORKDIR}/git" |