diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-01-04 20:41:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 11:10:02 -0800 |
commit | 79a08a94b1cd5a4714ba60b876fb08b431fe13e3 (patch) | |
tree | 0b795d7f790d343d66549b5323675d0e8104da2e /meta-oe | |
parent | 466ffb841427ac2ccba1d1b7d05f8b01546b947d (diff) | |
download | meta-openembedded-79a08a94b1cd5a4714ba60b876fb08b431fe13e3.tar.gz |
pugixml: upgrade 1.11.2 -> 1.11.4
Changelog:
=========
This patch reintroduces pugixml target for CMake when find_package is used,
which was accidentally removed from v1.11.
It's recommended that pugixml::pugixml target is used instead, but this patch
restores pugixml target for existing applications / libraries that depend on it.
The previous patch, v1.11.3, did not handle repeated attempts to call
find_package; this patch fixes that particular corner case.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/pugixml/pugixml_1.11.4.bb (renamed from meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.4.bb index 09abbd9c3..4e4048f5e 100644 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.4.bb | |||
@@ -10,8 +10,7 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169" | 10 | LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169" |
11 | 11 | ||
12 | SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz" | 12 | SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz" |
13 | SRC_URI[md5sum] = "2d0be30b843eb9d1893c1ba9ad334946" | 13 | SRC_URI[sha256sum] = "8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716" |
14 | SRC_URI[sha256sum] = "599eabdf8976aad86ac092a198920d8c127623d1376842bc6d683b12a37fb74f" | ||
15 | 14 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" | 15 | UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" |
17 | 16 | ||