From 5e492d19e1007041022dfbd64819642b3068e3b1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 2 Dec 2020 16:28:41 +0100 Subject: [PATCH] nanopb: move to dynamic-layers * depends on python3-protobuf from meta-python: * fixes: ERROR: Nothing RPROVIDES 'python3-protobuf' (but meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-protobuf' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-protobuf'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nanopb', 'python3-protobuf'] Signed-off-by: Martin Jansa Signed-off-by: Khem Raj (cherry picked from commit 4678e224755dd6fc32be16b1d062a5f2af26753b) Signed-off-by: Armin Kuster --- .../meta-python}/recipes-devtools/nanopb/nanopb_0.4.3.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/{ => dynamic-layers/meta-python}/recipes-devtools/nanopb/nanopb_0.4.3.bb (100%) diff --git a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.3.bb similarity index 100% rename from meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb rename to meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.3.bb