summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/xerces-c
Commit message (Collapse)AuthorAgeFilesLines
* xerces-c: fix a wrong PACKAGECONFIG optionMing Liu2017-05-231-2/+2
| | | | | | | | | | | | | | | | | In xerces-c's configure, these options is being referred as follows: ...... curl_flags="-I$with_curl/include" curl_libs="-L$with_curl/lib -lcurl" icu_flags="-I$with_icu/include" icu_libs="-L$with_icu/lib -licuuc -licudata" ...... so they shouldn't be set to ${STAGING_DIR}, use ${STAGING_DIR_TARGET}${prefix} instead. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-12/+13
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: upgrade to 3.1.4Jackie Huang2016-08-081-2/+2
| | | | | | | | | upgrade to version 3.1.4 to fix two CVEs: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4463 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2099 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: Package update, QA fix and CVE-2016-0729Armin Kuster2016-03-021-5/+7
| | | | | | | | | | | | includes; CVE-2016-0729: Apache Xerces-C XML Parser Crashes on Malformed Input Also fixes; ERROR: xerces-c-3.1.3-r0 do_populate_sysroot: QA Issue: xerces-c.pc failed sanity test (tmpdir) in path /home/akuster/oss/maint/mylayers/poky/build/tmp/work/armv5e-poky-linux-gnueabi/xerces-c/3.1.3-r0/sysroot-destdir/usr/lib/pkgconfig [pkgconfig] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: enable a native variant with BBCLASSEXTENDJoshua Lock2015-10-231-0/+2
| | | | | Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c : add new recipeJagadeesh Krishnanjanappa2015-08-311-0/+39
Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>