diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-03-16 10:09:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:34 +0000 |
commit | b65a336ea0728b4be440293a86be0b52e0f19b64 (patch) | |
tree | 432f0df57fb7b153eeb0a824c03555cc3b91b0cd | |
parent | 0c6a50bb5eec7a35f864842e200d4b85dd711372 (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 |
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}" | |||
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 ??= "e2d998d8a55dc1e49d1588841f83eff8e6809753" | 149 | SRCREV_pn-oprofileui ??= "2387488fb520725ca9cff888bc1ed25788276b13" |
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_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 @@ | |||
1 | require oprofileui.inc | 1 | require oprofileui.inc |
2 | 2 | ||
3 | PV = "0.0+git${SRCPV}" | 3 | PV = "0.0+git${SRCPV}" |
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||