blob: 5668b5e8c42a26ad7de83c7f267018712cbe0840 [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"
Tim Leee09da712023-08-18 11:41:08 +08008
Tim Lee364ee222023-08-31 11:52:12 +08009SRCREV = "ffe63f714380ce99047daaa357fdd1876d95901b"
Peter Foley136a3fd2022-01-24 18:41:52 +000010S = "${WORKDIR}/git"
Stanley Chu8e0e8032020-04-15 13:42:07 +080011
12inherit autotools pkgconfig
13
14DEPENDS += "autoconf-archive-native"