summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-03-16 10:09:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 13:54:34 +0000
commitb65a336ea0728b4be440293a86be0b52e0f19b64 (patch)
tree432f0df57fb7b153eeb0a824c03555cc3b91b0cd /meta
parent0c6a50bb5eec7a35f864842e200d4b85dd711372 (diff)
downloadpoky-b65a336ea0728b4be440293a86be0b52e0f19b64.tar.gz
oprofileui: upgrade to latest git version.
[YOCTO #880] Upgrade to latest git version. (From OE-Core rev: 4c60eed742344014cdc9657cdbfebfd8691b3351) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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