From 94fe89bbafff19ff6f9b454e53928263a4fdd149 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 18 Dec 2020 16:09:04 +0800 Subject: pugixml: upgrade 1.11 -> 1.11.2 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb | 25 ++++++++++++++++++++++ meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb | 25 ---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb delete mode 100644 meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb new file mode 100644 index 0000000000..09abbd9c37 --- /dev/null +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.2.bb @@ -0,0 +1,25 @@ +SUMMARY = "Light-weight C++ XML Processing Library" +DESCRIPTION = "pugixml is a C++ XML processing library, which consists of a \ +DOM-like interface with rich traversal/modification capabilities, \ +an extremely fast XML parser which constructs the DOM tree from \ +n XML file/buffer, and an XPath 1.0 implementation for complex \ +data-driven tree queries." +HOMEPAGE = "https://pugixml.org/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169" + +SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz" +SRC_URI[md5sum] = "2d0be30b843eb9d1893c1ba9ad334946" +SRC_URI[sha256sum] = "599eabdf8976aad86ac092a198920d8c127623d1376842bc6d683b12a37fb74f" + +UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" + +inherit cmake + +EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \ + -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + " + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb deleted file mode 100644 index b5e63cd356..0000000000 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.11.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Light-weight C++ XML Processing Library" -DESCRIPTION = "pugixml is a C++ XML processing library, which consists of a \ -DOM-like interface with rich traversal/modification capabilities, \ -an extremely fast XML parser which constructs the DOM tree from \ -n XML file/buffer, and an XPath 1.0 implementation for complex \ -data-driven tree queries." -HOMEPAGE = "https://pugixml.org/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169" - -SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz" -SRC_URI[md5sum] = "93540f4644fd4e4b02049554ef37fb90" -SRC_URI[sha256sum] = "26913d3e63b9c07431401cf826df17ed832a20d19333d043991e611d23beaa2c" - -UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" - -inherit cmake - -EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \ - -DBUILD_SHARED_LIBS=ON \ - -DCMAKE_BUILD_TYPE=Release \ - " - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf