blob: fe1af476f29f2355c58a402b423aa0b581e0116a [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A collection of powerful tools for manipulating EPROM load files."
2SECTION = "devel"
3LICENSE = "GPLv2"
4LIC_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
14DEPENDS = "libtool-native boost groff-native"
15
16inherit autotools-brokensep
17
18EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
19
20# Set variable WITHOUT_DOC=0 to enable documentation generation
21EXTRA_OEMAKE = "WITHOUT_DOC=1"
22
23BBCLASSEXTEND = "native"