xc3sprog: new recipe
authorJaap de Jong <jaap.dejong@nedap.com>
Fri, 23 Jul 2010 08:44:21 +0000 (10:44 +0200)
committerEric Bénard <eric@eukrea.com>
Mon, 4 Oct 2010 22:21:43 +0000 (00:21 +0200)
Author: Jaap de Jong <jaap.dejong@nedap.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/xc3sprog/xc3sprog_461.bb [new file with mode: 0644]

diff --git a/recipes/xc3sprog/xc3sprog_461.bb b/recipes/xc3sprog/xc3sprog_461.bb
new file mode 100644 (file)
index 0000000..f907875
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs"
+LICENSE = "GPL"
+HOMEPAGE = "http://sourceforge.net/projects/xc3sprog"
+SECTION = "console/utils"
+
+DEPENDS += "libftdi libusb"
+
+SRC_URI = "svn://${PN}.svn.sourceforge.net/svnroot/${PN};module=trunk;proto=https"
+SRCREV = ${PV}
+
+SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726"
+SRC_URI[sha256sum] = "5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62"
+
+S = "${WORKDIR}/trunk"
+PR = "r0"
+
+inherit cmake
+