aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/srecord/srecord_1.64.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2017-06-05 13:25:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-12 06:56:45 +0200
commitda5beadf988452baecee72daf16f46ea83661b2d (patch)
treef10e9e7a076bfd71054baa38b05aaf17332b98b0 /meta-oe/recipes-support/srecord/srecord_1.64.bb
parent3b80f0cb3b0e3b5a9f58c1bfb7ae45f4d0e7a673 (diff)
downloadmeta-openembedded-contrib-da5beadf988452baecee72daf16f46ea83661b2d.tar.gz
srecord: add collection of tools for manipulating EPROM load files
This collection of tools is used for EPROM data manipulation. More info could be found on page: http://srecord.sourceforge.net/ Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/srecord/srecord_1.64.bb')
-rw-r--r--meta-oe/recipes-support/srecord/srecord_1.64.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb
new file mode 100644
index 0000000000..fe1af476f2
--- /dev/null
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -0,0 +1,23 @@
+SUMMARY = "A collection of powerful tools for manipulating EPROM load files."
+SECTION = "devel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8dfcbf2f0a144b97f0931b6394debea7"
+
+SRC_URI = " \
+ http://srecord.sourceforge.net/srecord-${PV}.tar.gz \
+ file://add-option-to-remove-docs.patch \
+"
+
+SRC_URI[md5sum] = "4de4a7497472d7972645c2af91313769"
+SRC_URI[sha256sum] = "49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef32012e67e2"
+
+DEPENDS = "libtool-native boost groff-native"
+
+inherit autotools-brokensep
+
+EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
+
+# Set variable WITHOUT_DOC=0 to enable documentation generation
+EXTRA_OEMAKE = "WITHOUT_DOC=1"
+
+BBCLASSEXTEND = "native"