diff options
Diffstat (limited to 'recipes/x-load')
-rw-r--r-- | recipes/x-load/x-load-omap3pandora_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/x-load/x-load-omap3pandora_git.bb b/recipes/x-load/x-load-omap3pandora_git.bb index c19b719592..05dfc2073c 100644 --- a/recipes/x-load/x-load-omap3pandora_git.bb +++ b/recipes/x-load/x-load-omap3pandora_git.bb @@ -4,12 +4,12 @@ COMPATIBLE_MACHINE = "omap3-pandora" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-${MACHINE}/${MACHINE}" -SRCREV = "ea866e76420f629614ae3fc828f1525a77e051e8" +SRCREV = "b3646a83f9e67ec9a2de3182fd254557fd6ad9aa" PROVIDES = "x-load" PV = "1.42+${PR}+gitr${SRCREV}" -PR ="r1" +PR ="r2" PE = "1" SRC_URI = "git://git.openpandora.org/pandora-x-loader.git;branch=master;protocol=git" |