Merge pull request #345 from apapillon/master

Fix inherit distutils3 error
This commit is contained in:
Marek Belisko
2022-09-09 08:23:30 +02:00
committed by GitHub

View File

@ -12,6 +12,6 @@ BBFILE_PRIORITY_meta-sunxi = "10"
# cause compatibility issues with other layers
LAYERVERSION_meta-sunxi = "1"
LAYERDEPENDS_meta-sunxi = "core"
LAYERDEPENDS_meta-sunxi = "core meta-python"
LAYERSERIES_COMPAT_meta-sunxi = "honister kirkstone"