summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c08545c9ae..4b657e5c33 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}"
146SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}" 146SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}"
147SRCREV_pn-opkg-utils-native ??= "4747" 147SRCREV_pn-opkg-utils-native ??= "4747"
148SRCREV_pn-opkg-utils ??= "4747" 148SRCREV_pn-opkg-utils ??= "4747"
149SRCREV_pn-oprofileui ??= "e2d998d8a55dc1e49d1588841f83eff8e6809753" 149SRCREV_pn-oprofileui ??= "2387488fb520725ca9cff888bc1ed25788276b13"
150SRCREV_pn-tcf-agent ??= "1078" 150SRCREV_pn-tcf-agent ??= "1078"
151SRCREV_pn-osc-native ??= "9096" 151SRCREV_pn-osc-native ??= "9096"
152SRCREV_pn-owl-video ??= "394" 152SRCREV_pn-owl-video ??= "394"
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index b4a573b66c..c83d43c367 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -1,7 +1,7 @@
1require oprofileui.inc 1require oprofileui.inc
2 2
3PV = "0.0+git${SRCPV}" 3PV = "0.0+git${SRCPV}"
4PR = "r2" 4PR = "r3"
5 5
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7