Stanley Chu | 8e0e803 | 2020-04-15 13:42:07 +0800 | [diff] [blame] | 1 | DESCRIPTION = "CPLD/FPGA Programmer" |
| 2 | PR = "r1" |
| 3 | |
Patrick Williams | d541ec5 | 2022-04-30 07:41:26 -0500 | [diff] [blame] | 4 | LICENSE = "GPL-2.0-or-later" |
Stanley Chu | 8e0e803 | 2020-04-15 13:42:07 +0800 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 7 | SRC_URI = "git://github.com/Nuvoton-Israel/loadsvf.git;branch=master;protocol=https" |
Tim Lee | e09da71 | 2023-08-18 11:41:08 +0800 | [diff] [blame] | 8 | |
| 9 | SRCREV = "013cc80447e7b2f473f0d43cc96232aba8ac98c8" |
Peter Foley | 136a3fd | 2022-01-24 18:41:52 +0000 | [diff] [blame] | 10 | S = "${WORKDIR}/git" |
Stanley Chu | 8e0e803 | 2020-04-15 13:42:07 +0800 | [diff] [blame] | 11 | |
| 12 | inherit autotools pkgconfig |
| 13 | |
| 14 | DEPENDS += "autoconf-archive-native" |