diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-18 16:09:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-18 08:23:14 -0800 |
commit | 94fe89bbafff19ff6f9b454e53928263a4fdd149 (patch) | |
tree | 03f9ec53bf1fcd23cea899980cbc6cb59c785c05 | |
parent | f431022415f3eaeb1f4563f4c7cdb7e33461e805 (diff) | |
download | meta-openembedded-94fe89bbafff19ff6f9b454e53928263a4fdd149.tar.gz |
pugixml: upgrade 1.11 -> 1.11.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb (renamed from meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb index b5e63cd356..09abbd9c37 100644 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb | |||
@@ -10,8 +10,8 @@ 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] = "93540f4644fd4e4b02049554ef37fb90" | 13 | SRC_URI[md5sum] = "2d0be30b843eb9d1893c1ba9ad334946" |
14 | SRC_URI[sha256sum] = "26913d3e63b9c07431401cf826df17ed832a20d19333d043991e611d23beaa2c" | 14 | SRC_URI[sha256sum] = "599eabdf8976aad86ac092a198920d8c127623d1376842bc6d683b12a37fb74f" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" |
17 | 17 | ||