diff mbox series

[meta-oe] libtinyxml2: upgrade 9.0.0 -> 10.0.0

Message ID 1704271107-17682-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] libtinyxml2: upgrade 9.0.0 -> 10.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 3, 2024, 8:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

remove non-existent files from install.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb}            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb} (85%)

Comments

Khem Raj Jan. 4, 2024, 4:52 a.m. UTC | #1
This is failing ptests

   AssertionError:- [2/3]
    Failed ptests:
    {'libtinyxml2': ['xmltest']}

You can run the ptest with

bitbake meta-oe-image-ptest-libtinyxml2
bitbake -ctestimage meta-oe-image-ptest-libtinyxml2

On Wed, Jan 3, 2024 at 12:38 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> remove non-existent files from install.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb}            | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_9.0.0.bb => libtinyxml2_10.0.0.bb} (85%)
>
> diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
> similarity index 85%
> rename from meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb
> rename to meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
> index 7ef4d89ce..af5a994d2 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"
>  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"
>
> @@ -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"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108025): https://lists.openembedded.org/g/openembedded-devel/message/108025
> Mute This Topic: https://lists.openembedded.org/mt/103498655/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
similarity index 85%
rename from meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb
rename to meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
index 7ef4d89ce..af5a994d2 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"
 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"
 
@@ -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"