openocd: unbreak build
authorKoen Kooi <koen@openembedded.org>
Thu, 7 Sep 2006 13:54:35 +0000 (13:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Sep 2006 13:54:35 +0000 (13:54 +0000)
packages/openocd/openocd_svn.bb

index 2652e15..26ab365 100644 (file)
@@ -2,11 +2,13 @@ HOMEPAGE = "http://openocd.berlios.de/"
 DESCRIPTION = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
 LICENSE = "GPL"
 
+PV = "0.0+svn${SRCDATE}"
+
 inherit autotools
 
 SRC_URI = "svn://svn.berlios.de/;module=${PN}"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${PN}/trunk"
 EXTRA_OECONF = "  --disable-ftdi2232 --disable-ftd2xx"