blob: 930fbdd6c737e9ebeb1a9f7db8e502049b21b8da [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Command line XML toolkit"
2DESCRIPTION = "XMLStarlet is a command line XML toolkit which can be used to \
3 transform, query, validate, and edit XML documents and files \
4 using simple set of shell commands in similar way it is done \
5 for plain text files using grep/sed/awk/tr/diff/patch."
6HOMEPAGE = "http://xmlstar.sourceforge.net/"
7BUGTRACKER = "http://xmlstar.sourceforge.net/bugs/"
8
9SECTION = "console/utils"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=c04760d09e8b0fe73283d0cc9e8bea53"
12
13DEPENDS = "libxml2 libxslt"
14
15SRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \
16 file://configure.ac.patch \
Andrew Geisslerc5535c92023-01-27 16:10:19 -060017 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch \
18 file://0001-Fix-hash_key_put-signature.patch"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca"
20
21inherit autotools
22
23# doc build: requires (native) xstlproc, fop, pdf2ps
24EXTRA_OECONF="--disable-build-docs \
25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \
26 --with-libxslt-prefix=${STAGING_LIBDIR}/.."
Brad Bishop2eeb5252018-09-10 18:40:16 +000027
28# http://errors.yoctoproject.org/Errors/Details/157121/
29# /bin/bash: src/usage.c: No such file or directory
30# Makefile:2121: recipe for target 'src/usage.c' failed
31PARALLEL_MAKE = ""