From 71dd975d79b3c6faf60eed8f84580a2a7a8a3daf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Oct 2020 10:18:52 +0100 Subject: [PATCH] layer.conf: add layer dependency on meta-python Signed-off-by: Ross Burton Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4ecd6a2..f9de654 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,6 +13,6 @@ BBFILE_PRIORITY_zephyr = "6" # cause compatibility issues with other layers LAYERVERSION_zephyr = "1" -LAYERDEPENDS_zephyr = "core" +LAYERDEPENDS_zephyr = "core meta-python" LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth"