[meta-cgl][PATCH 03/20] crmsh: fix parse errors due to python2 removal


Jeremy Puhlman
 

From: Jeremy Puhlman <jpuhlman@...>

Signed-off-by: Jeremy A. Puhlman <jpuhlman@...>
---
meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb b/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
index 040b4d3..6d2902c 100644
--- a/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
+++ b/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=crmsh-3.0 \

SRCREV = "41845ca5511b844593cf25ae4eb7f307aa78c5be"

-inherit autotools-brokensep distutils-base
+inherit autotools-brokensep distutils3-base

export HOST_SYS
export BUILD_SYS
--
2.13.3

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.