diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-26 11:43:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-26 11:47:38 +0100 |
commit | 3a8898a63df1fa5b0339b6c441cebedf15f3c2b5 (patch) | |
tree | 08c3c5877f479441b6e52b6f0080e7e74ae031c4 | |
parent | 95cd3957ab19ce4f1443be02f95279dec9fba230 (diff) |
x-load git: update SRCREV for SDRC fix
-rw-r--r-- | recipes/x-load/x-load_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index c3c4e25c3c..68fc10a1db 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -6,11 +6,11 @@ DEFAULT_PREFERENCE_omap3-pandora = "-1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" SRCREV = "319b26586fafb86f919f514bcd175838aaab96b3" -SRCREV_beagleboard = "dee19371019ef67cb1f6491ef91791b12feda3f2" +SRCREV_beagleboard = "1c9276af4d6a5b7014a7630a1abeddf3b3177563" PV = "1.42+${PR}+gitr${SRCREV}" PV_beagleboard = "1.44+${PR}+gitr${SRCREV}" -PR ="r8" +PR ="r9" PE = "1" SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" |