diff options
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 9a3ae7eae6..5e7ab66ce6 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -146,7 +146,7 @@ SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}" | |||
146 | SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}" | 146 | SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}" |
147 | SRCREV_pn-opkg-utils-native ??= "4747" | 147 | SRCREV_pn-opkg-utils-native ??= "4747" |
148 | SRCREV_pn-opkg-utils ??= "4747" | 148 | SRCREV_pn-opkg-utils ??= "4747" |
149 | SRCREV_pn-oprofileui ??= "2387488fb520725ca9cff888bc1ed25788276b13" | 149 | SRCREV_pn-oprofileui ??= "0c3c32fa754c1d0b70e65767ea7048914f776396" |
150 | SRCREV_pn-tcf-agent ??= "1078" | 150 | SRCREV_pn-tcf-agent ??= "1078" |
151 | SRCREV_pn-osc-native ??= "9096" | 151 | SRCREV_pn-osc-native ??= "9096" |
152 | SRCREV_pn-owl-video ??= "394" | 152 | SRCREV_pn-owl-video ??= "394" |
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 | ||