mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
Some tests, like the one that compares the hashes for a list of files against those stored in a .dat file, don't make sense for downstream distros packaging perl. Backport a patch from upstream that allows skipping of these tests at runtime. Also remove the local patch trying to keep hashes up-to-date for one of those tests. Fixes [YOCTO #12787] (From OE-Core rev: 557f4618b75b8739a647e46054ab587ae2bbdc25) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
156 B
156 B
#!/bin/sh cd t && PERL_BUILD_PACKAGING=1 ./TEST | sed -u -e 's|(.) . ok$|PASS: \1|' -e 's|(.) . skipped|SKIP: \1|' -e 's|(.) .(.)|FAIL: \1|'