blob: 2bd5292e487c333f34bf707e1e8bdbfe23e9f27e [file] [log] [blame]
Stanley Chu8e0e8032020-04-15 13:42:07 +08001DESCRIPTION = "CPLD/FPGA Programmer"
2PR = "r1"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
Patrick Williamsbb99d222022-01-24 15:55:09 -06007SRC_URI = "git://github.com/Nuvoton-Israel/loadsvf.git;branch=master;protocol=https"
Stanley Chuaf6706f2021-02-19 10:37:21 +08008SRCREV = "f2296005cbba13b49e5163340cac80efbec9cdf4"
Peter Foley136a3fd2022-01-24 18:41:52 +00009S = "${WORKDIR}/git"
Stanley Chu8e0e8032020-04-15 13:42:07 +080010
11inherit autotools pkgconfig
12
13DEPENDS += "autoconf-archive-native"
14