[oe-commits] Andrea Adami : linux_git: fix SRCREV for 2.6.39-rc4

git version control git at git.openembedded.org
Thu Apr 28 20:01:13 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 269d9f3e6d5081da9fe20398df363406e09851e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=269d9f3e6d5081da9fe20398df363406e09851e2

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Apr 26 01:49:31 2011 +0200

linux_git: fix SRCREV for 2.6.39-rc4

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/linux/linux_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index d9e8e86..b62beb1 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -4,7 +4,7 @@ KERNEL_RELEASE = "2.6.39-rc4"
 OLD_KERNEL_RELEASE = "2.6.38"
 PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
 
-SRCREV = "8fd62c82872a5a721c9fb0071ca0f7a49c1732e4"
+SRCREV = "f0e615c3cb72b42191b558c130409335812621d8"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
            file://defconfig"





More information about the Openembedded-commits mailing list