From: Frans Meulenbroeks Date: Sat, 4 Sep 2010 09:28:12 +0000 (+0200) Subject: urjtag_git: updated to dev head (aug 30) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27f8ee50852b8f9bfa0707fbfa8c3f7511bb721;p=openembedded.git 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 --- 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"