From 78d0dfbc9d306257ca87751b2962e16bf33f4c73 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Thu, 14 Mar 2024 21:21:47 +0100 Subject: [PATCH] add dependency on OE python layer --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 72a9acc..d0de8fb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,5 +14,5 @@ BBFILE_PRIORITY_helium-tango = "6" LAYERVERSION_helium-tango = "2" -LAYERDEPENDS_helium-tango = "core openembedded-layer" +LAYERDEPENDS_helium-tango = "core openembedded-layer meta-python" LAYERSERIES_COMPAT_helium-tango = "mickledore"