mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libxml-libxml-perl recipe is currently skipped. Remove it from the ptest lists as well. This should fix these warnings from AB[0]: WARNING: Nothing RPROVIDES 'libxml-libxml-perl-ptest' (but virtual:mcextend:libxml-libxml-perl:/srv/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest.bb RDEPENDS on or otherwise requires it) libxml-libxml-perl RPROVIDES libxml-libxml-perl-ptest but was skipped: Recipe will be skipped because: Not compatible with latest libxml NOTE: Runtime target 'libxml-libxml-perl-ptest' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libxml-libxml-perl-ptest'] WARNING: Nothing RPROVIDES 'meta-perl-image-ptest-libxml-libxml-perl' No eligible RPROVIDERs exist for 'meta-perl-image-ptest-libxml-libxml-perl' NOTE: Runtime target 'meta-perl-image-ptest-libxml-libxml-perl' is unbuildable, removing... Missing or unbuildable dependency chain was: ['meta-perl-image-ptest-libxml-libxml-perl'] [0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/494/steps/13/logs/stdio Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
#
|
|
# Lists of the ptest in meta-perl, sorted into two sets by the time they take
|
|
# Please keep these sorted in alphabetical order
|
|
#
|
|
# A first pass at getting all meta-perl recipes which inherit ptest
|
|
# meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
|
|
#
|
|
# ptests which take less than ~30s each
|
|
PTESTS_FAST_META_PERL = "\
|
|
libauthen-sasl-perl \
|
|
libcapture-tiny-perl \
|
|
libconfig-autoconf-perl \
|
|
libcrypt-openssl-guess-perl \
|
|
libcrypt-openssl-random-perl \
|
|
libcrypt-openssl-rsa-perl \
|
|
libcgi-perl \
|
|
libdata-hexdump-perl \
|
|
libdbd-sqlite-perl \
|
|
libdigest-hmac-perl \
|
|
libdigest-sha1-perl \
|
|
liberror-perl \
|
|
libextutils-config-perl \
|
|
libextutils-installpaths-perl \
|
|
libfile-slurper-perl \
|
|
libhtml-tagset-perl \
|
|
libmime-base32-perl \
|
|
libmime-types-perl \
|
|
libmodule-build-tiny-perl \
|
|
libmozilla-ca-perl \
|
|
libnet-dns-perl \
|
|
libnet-dns-sec-perl \
|
|
libnet-ldap-perl \
|
|
libnet-ssleay-perl \
|
|
libstrictures-perl \
|
|
libsub-uplevel-perl \
|
|
libterm-readkey-perl \
|
|
libtest-deep-perl \
|
|
libtest-harness-perl \
|
|
libtest-nowarnings-perl \
|
|
libtest-warn-perl \
|
|
libtext-diff-perl \
|
|
libunicode-linebreak-perl \
|
|
liburi-perl \
|
|
"
|
|
|
|
PTESTS_SLOW_META_PERL = "\
|
|
libio-socket-ssl-perl \
|
|
"
|
|
|
|
PTESTS_PROBLEMS_META_PERL = "\
|
|
libhtml-parser-perl \
|
|
libunix-statgrab \
|
|
"
|