summaryrefslogtreecommitdiffstats
path: root/recipes-apps/fpgautil/fpgautil_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-apps/fpgautil/fpgautil_0.1.bb')
-rw-r--r--recipes-apps/fpgautil/fpgautil_0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-apps/fpgautil/fpgautil_0.1.bb b/recipes-apps/fpgautil/fpgautil_0.1.bb
new file mode 100644
index 0000000..dc308ac
--- /dev/null
+++ b/recipes-apps/fpgautil/fpgautil_0.1.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Xilinx FPGA Utility"
2LICENSE = "Xilinx-custom"
3
4LIC_FILES_CHKSUM = " \
5 file://fpgautil.c;beginline=3;endline=25;md5=4e8dc09750093d11786b8bd0a5176e42 \
6 "
7SRC_URI = "file://fpgautil.tar.bz2"
8
9inherit autotools
10
11S = "${WORKDIR}/fpgautil"