xmlstarlet_1.6.1.bb 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. SUMMARY = "Command line XML toolkit"
  2. DESCRIPTION = "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."
  6. HOMEPAGE = "http://xmlstar.sourceforge.net/"
  7. BUGTRACKER = "http://xmlstar.sourceforge.net/bugs/"
  8. SECTION = "console/utils"
  9. LICENSE = "MIT"
  10. LIC_FILES_CHKSUM = "file://COPYING;md5=c04760d09e8b0fe73283d0cc9e8bea53"
  11. DEPENDS = "libxml2 libxslt"
  12. SRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \
  13. file://configure.ac.patch \
  14. file://0001-usage2c.awk-fix-wrong-basename-regexp.patch"
  15. SRC_URI[md5sum] = "f3c5dfa3b1a2ee06cd57c255cc8b70a0"
  16. SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca"
  17. inherit autotools
  18. # doc build: requires (native) xstlproc, fop, pdf2ps
  19. EXTRA_OECONF="--disable-build-docs \
  20. --with-libxml-prefix=${STAGING_LIBDIR}/.. \
  21. --with-libxslt-prefix=${STAGING_LIBDIR}/.."
  22. # http://errors.yoctoproject.org/Errors/Details/157121/
  23. # /bin/bash: src/usage.c: No such file or directory
  24. # Makefile:2121: recipe for target 'src/usage.c' failed
  25. PARALLEL_MAKE = ""