Skip to content

Commit

Permalink
libtinyxml2: upgrade 9.0.0 -> 10.0.0
Browse files Browse the repository at this point in the history
remove non-existent files from install.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jan 4, 2024
1 parent 65116b2 commit 7ee54d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTION = "libs"
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"

SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82"
SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f"
SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \
file://run-ptest"

Expand All @@ -19,7 +19,6 @@ CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
do_install_ptest() {
install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest
install -d ${D}${PTEST_PATH}/resources/out
install -Dm 0644 ${B}/resources/*.xml ${D}${PTEST_PATH}/resources/
}

BBCLASSEXTEND = "native"

0 comments on commit 7ee54d4

Please sign in to comment.