From 3aceae09363760a4158d442431c82e25e814eb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevyn-Alexandre=20Par=C3=A9?= Date: Tue, 3 Dec 2019 15:43:16 -0500 Subject: [PATCH 1/3] Update LAYERSERIES_COMPAT with warrior ERROR: Layer meta-conan is not compatible with the core layer which only supports these series: warrior (layer is compatible with thud) --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6d70c4c..a7fa128 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-conan = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-conan = "6" LAYERDEPENDS_meta-conan = "core meta-python" -LAYERSERIES_COMPAT_meta-conan = "thud" +LAYERSERIES_COMPAT_meta-conan = "warrior" From a96de62d5a0e57987168ad8d423ff938c518e4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevyn-Alexandre=20Par=C3=A9?= Date: Wed, 4 Dec 2019 13:58:27 -0500 Subject: [PATCH 2/3] Add required dateutil dependencies ${PYTHON_PN}-dateutil & native --- recipes-devtools/python-conan.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python-conan.inc b/recipes-devtools/python-conan.inc index 4f01e2d..e1a63e9 100644 --- a/recipes-devtools/python-conan.inc +++ b/recipes-devtools/python-conan.inc @@ -42,6 +42,7 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-tqdm \ ${PYTHON_PN}-jinja2 \ ${PYTHON_PN}-sqlite3 \ + ${PYTHON_PN}-dateutil \ " DEPENDS_class-native = "\ @@ -62,6 +63,7 @@ DEPENDS_class-native = "\ ${PYTHON_PN}-tqdm-native \ ${PYTHON_PN}-jinja2-native \ ${PYTHON_PN}-native \ + ${PYTHON_PN}-dateutil-native \ " # Fix python-requests From 118e08c53ac3b1c9070fb5a949c4a25fe66eeacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevyn-Alexandre=20Par=C3=A9?= Date: Wed, 4 Dec 2019 14:14:29 -0500 Subject: [PATCH 3/3] Remove dateutil-native doesn't exist Nothing provides python-dateutil-native --- recipes-devtools/python-conan.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/python-conan.inc b/recipes-devtools/python-conan.inc index e1a63e9..667193f 100644 --- a/recipes-devtools/python-conan.inc +++ b/recipes-devtools/python-conan.inc @@ -63,7 +63,6 @@ DEPENDS_class-native = "\ ${PYTHON_PN}-tqdm-native \ ${PYTHON_PN}-jinja2-native \ ${PYTHON_PN}-native \ - ${PYTHON_PN}-dateutil-native \ " # Fix python-requests