diff options
Diffstat (limited to 'meta-oe/recipes-support/libtinyxml2')
-rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb index bcd309282b..89e6eca99b 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb | |||
@@ -3,12 +3,12 @@ HOMEPAGE = "https://leethomason.github.io/tinyxml2" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
6 | CVE_PRODUCT = "tinyxml2" | ||
6 | 7 | ||
7 | SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" | 8 | SRCREV = "9148bdf719e997d1f474be6bcc7943881046dba1" |
8 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ |
9 | file://run-ptest" | 10 | file://run-ptest" |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 12 | ||
13 | inherit meson ptest | 13 | inherit meson ptest |
14 | 14 | ||