diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-23 00:31:00 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:25:42 +0100 |
| commit | bf7e3886aed013fbf9e9635da8445e4d8670a993 (patch) | |
| tree | 4016cc839af32e61303162026b133fc5a7e233c3 /meta/lib/oeqa/runtime | |
| parent | fc59af1998af4347c5992f01231291557bc8f3cd (diff) | |
| download | poky-bf7e3886aed013fbf9e9635da8445e4d8670a993.tar.gz | |
oeqa: Use 2.14 release of cpio instead of 2.13
2.13 may not be buildable with latest compilers without patching
(From OE-Core rev: 406a33f896accc35a9cb6ab156f1e0f42dda67d8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/buildcpio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/buildcpio.py b/meta/lib/oeqa/runtime/cases/buildcpio.py index 3728855d24..ce122ebcf9 100644 --- a/meta/lib/oeqa/runtime/cases/buildcpio.py +++ b/meta/lib/oeqa/runtime/cases/buildcpio.py | |||
| @@ -14,7 +14,7 @@ class BuildCpioTest(OERuntimeTestCase): | |||
| 14 | 14 | ||
| 15 | @classmethod | 15 | @classmethod |
| 16 | def setUpClass(cls): | 16 | def setUpClass(cls): |
| 17 | uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.13.tar.gz' | 17 | uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.14.tar.gz' |
| 18 | cls.project = TargetBuildProject(cls.tc.target, | 18 | cls.project = TargetBuildProject(cls.tc.target, |
| 19 | uri, | 19 | uri, |
| 20 | dl_dir = cls.tc.td['DL_DIR']) | 20 | dl_dir = cls.tc.td['DL_DIR']) |
