summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb (renamed from meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
index 7ef4d89ce0..af5a994d22 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"
6 6
7SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" 7SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f"
8SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ 8SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \
9 file://run-ptest" 9 file://run-ptest"
10 10
@@ -19,7 +19,6 @@ CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
19do_install_ptest() { 19do_install_ptest() {
20 install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest 20 install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest
21 install -d ${D}${PTEST_PATH}/resources/out 21 install -d ${D}${PTEST_PATH}/resources/out
22 install -Dm 0644 ${B}/resources/*.xml ${D}${PTEST_PATH}/resources/
23} 22}
24 23
25BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"