[oe-commits] Jaap de Jong : xc3sprog: new recipe

git version control git at git.openembedded.org
Mon Oct 4 22:23:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 86f4623bf5f8fd314b531b360bd08353389e5f71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=86f4623bf5f8fd314b531b360bd08353389e5f71

Author: Jaap de Jong <jaap.dejong at nedap.com>
Date:   Fri Jul 23 10:44:21 2010 +0200

xc3sprog: new recipe

Author: Jaap de Jong <jaap.dejong at nedap.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/xc3sprog/xc3sprog_461.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/xc3sprog/xc3sprog_461.bb b/recipes/xc3sprog/xc3sprog_461.bb
new file mode 100644
index 0000000..f907875
--- /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
+





More information about the Openembedded-commits mailing list