blob: a360e9e6e157ac59c0b983e505e84f87ede62ffa [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"
Stanley Chu8e0e8032020-04-15 13:42:07 +08009S = "${WORKDIR}/git/"
10
11inherit autotools pkgconfig
12
13DEPENDS += "autoconf-archive-native"
14