blob: 4c34fa1bc3cafa4a0c996086a530959a422944d3 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A collection of powerful tools for manipulating EPROM load files."
2SECTION = "devel"
Andrew Geissler1548c072019-02-22 16:03:50 -06003LICENSE = "GPLv3+ & LGPLv3+"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=8dfcbf2f0a144b97f0931b6394debea7"
5
6SRC_URI = " \
7 http://srecord.sourceforge.net/srecord-${PV}.tar.gz \
8 file://add-option-to-remove-docs.patch \
9"
10
11SRC_URI[md5sum] = "4de4a7497472d7972645c2af91313769"
12SRC_URI[sha256sum] = "49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef32012e67e2"
13
Andrew Geissler82c905d2020-04-13 13:39:40 -050014UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases"
15
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016DEPENDS = "libtool-native boost groff-native"
17
18inherit autotools-brokensep
19
20EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
21
22# Set variable WITHOUT_DOC=0 to enable documentation generation
23EXTRA_OEMAKE = "WITHOUT_DOC=1"
24
25BBCLASSEXTEND = "native"