From 86f4623bf5f8fd314b531b360bd08353389e5f71 Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Fri, 23 Jul 2010 10:44:21 +0200 Subject: [PATCH] xc3sprog: new recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Author: Jaap de Jong Signed-off-by: Eric Bénard --- recipes/xc3sprog/xc3sprog_461.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/xc3sprog/xc3sprog_461.bb diff --git a/recipes/xc3sprog/xc3sprog_461.bb b/recipes/xc3sprog/xc3sprog_461.bb new file mode 100644 index 0000000000..f907875338 --- /dev/null +++ b/recipes/xc3sprog/xc3sprog_461.bb @@ -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 + -- 2.39.5