From: Koen Kooi Date: Fri, 26 Mar 2010 10:43:35 +0000 (+0100) Subject: x-load git: update SRCREV for SDRC fix X-Git-Tag: Release-2010-05/1~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8898a63df1fa5b0339b6c441cebedf15f3c2b5;p=openembedded.git x-load git: update SRCREV for SDRC fix --- 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"