blob: 06ce48e65c763454ce6c12e7fa91b656bc78b758 [file] [log] [blame]
Andrew Geissler028142b2023-05-05 11:29:21 -05001SUMMARY = "A collection of powerful tools for manipulating EPROM load files."
2SECTION = "devel"
3LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
5
6SRC_URI = " \
7 https://sourceforge.net/projects/${BPN}/files/srecord/${@oe.utils.trim_version('${PV}', 2)}/${BP}-Source.tar.gz \
8 file://0001-Disable-doxygen.patch \
9 file://0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch"
10SRC_URI[sha256sum] = "81c3d07cf15ce50441f43a82cefd0ac32767c535b5291bcc41bd2311d1337644"
11S = "${WORKDIR}/${BP}-Source"
12
13UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/srecord/files/releases"
14
15DEPENDS = "boost libgcrypt"
16
17inherit cmake
18
19BBCLASSEXTEND = "native"