diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-03 16:38:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-08 19:54:39 -0800 |
| commit | 430df76f8d50dd5427e6857dc15b630c439c586a (patch) | |
| tree | 3f2fe66d49993ade29ec8f27696a67d023d942b9 | |
| parent | 695bdeebb0cdfc5264a89757ce822628519a03b7 (diff) | |
| download | meta-openembedded-430df76f8d50dd5427e6857dc15b630c439c586a.tar.gz | |
libtinyxml2: upgrade 9.0.0 -> 10.0.0
remove non-existent files from install.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" | |||
| 4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
| 6 | 6 | ||
| 7 | SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" | 7 | SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" |
| 8 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ | 8 | SRC_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" | |||
| 19 | do_install_ptest() { | 19 | do_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 | ||
| 25 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
