mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 12:40:19 +00:00
ea48e4000bfbc98d8683d5f7ff6e162272cbc99e
test_literal_values_unhashable_type asserts that duplicate unhashable Literal values (e.g. Literal[[1, 'a'], [1, 'a']]) are preserved, but CPython 3.13.15+ deduplicates unhashable Literal args at construction time (python/cpython#153914). Upstream fixed this the same way starting in 0.4.4 by skipping the test on newer Python; backport that same guard here since this recipe is pinned to 0.4.2. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <raj.khem@gmail.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
85.1%
Shell
5.6%
NASL
3.4%
C
2.6%
Roff
1.8%
Other
1.3%