summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb')
-rw-r--r--meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
index 6fbdd071e8..b91a455aff 100644
--- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
+++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
@@ -5,15 +5,18 @@ HOMEPAGE = "http://www.sourceforge.net/projects/tinyxml"
5LICENSE = "Zlib" 5LICENSE = "Zlib"
6LIC_FILES_CHKSUM = "file://readme.txt;md5=f8f366f3370dda889f60faa7db162cf4" 6LIC_FILES_CHKSUM = "file://readme.txt;md5=f8f366f3370dda889f60faa7db162cf4"
7SECTION = "libs" 7SECTION = "libs"
8CVE_PRODUCT = "tinyxml"
8 9
9 10
10SRC_URI = "${SOURCEFORGE_MIRROR}/tinyxml/tinyxml_${@'${PV}'.replace('.', '_')}.tar.gz \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/tinyxml/tinyxml_${@'${PV}'.replace('.', '_')}.tar.gz \
11 file://enforce-use-stl.patch \ 12 file://enforce-use-stl.patch \
12 file://entity-encoding.patch" 13 file://entity-encoding.patch \
13SRC_URI[md5sum] = "c1b864c96804a10526540c664ade67f0" 14 file://CVE-2021-42260.patch \
15 file://CVE-2023-34194.patch \
16"
14SRC_URI[sha256sum] = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" 17SRC_URI[sha256sum] = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593"
15 18
16S = "${WORKDIR}/tinyxml" 19S = "${UNPACKDIR}/tinyxml"
17 20
18EXTRA_CXXFLAGS = "-I. -fPIC" 21EXTRA_CXXFLAGS = "-I. -fPIC"
19 22