blob: 956ffa8bfbac42e5b88a24d7f29ff686fe836efa [file] [log] [blame]
Stanley Chu8e0e8032020-04-15 13:42:07 +08001DESCRIPTION = "CPLD/FPGA Programmer"
2PR = "r1"
3
Patrick Williamsd541ec52022-04-30 07:41:26 -05004LICENSE = "GPL-2.0-or-later"
Stanley Chu8e0e8032020-04-15 13:42:07 +08005LIC_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