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 <[email protected]> wrote:
>
> From: Wang Mingyu <[email protected]>
>
> remove non-existent files from install.
>
> Signed-off-by: Wang Mingyu <[email protected]>
> ---
> .../{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 (#108036):
https://lists.openembedded.org/g/openembedded-devel/message/108036
Mute This Topic: https://lists.openembedded.org/mt/103498655/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-