diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-04 11:28:12 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-04 11:31:19 +0200 |
commit | f27f8ee50852b8f9bfa0707fbfa8c3f7511bb721 (patch) | |
tree | bc0b16555f6e7531202b7ef0a61ecd0fbbb9156d /recipes | |
parent | c30c54d574f87bcb5a4315d2fa5c8c8dcde49507 (diff) |
urjtag_git: updated to dev head (aug 30)
This version has several performance improvements for svf
handling and for gpio based cables.
Also moved to libusb1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/urjtag/urjtag_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/urjtag/urjtag_git.bb b/recipes/urjtag/urjtag_git.bb index 1159c1fc6f..ed647314a5 100644 --- a/recipes/urjtag/urjtag_git.bb +++ b/recipes/urjtag/urjtag_git.bb @@ -3,10 +3,10 @@ HOMEPAGE = "http://urjtag.org/" LICENSE = "GPLv2" DEPENDS = "libftdi libusb gettext readline" -SRCREV = "fc8686b8dd545f54d25e77f65e43f4d774bc46" +SRCREV = "f43c472952f6475eb9b6ef8e64a85f65c044a939" PV = "0.10" -PR = "r0" +PR = "r1" PR_append = "+gitr${SRCPV}" S = "${WORKDIR}/git/urjtag" |