All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] jailhouse_git: update to inherit python3 classes
@ 2020-01-29 23:15 Peter Griffin
  2020-01-29 23:19 ` Denys Dmytriyenko
       [not found] ` <15EE7ED3E5F24894.17230@lists.yoctoproject.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Griffin @ 2020-01-29 23:15 UTC (permalink / raw)
  To: meta-ti, denys; +Cc: andrey.konovalov, Peter Griffin

This avoids the parsing errors, now that python2
has been removed.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
 recipes-kernel/jailhouse/jailhouse_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb
index 4186dc3..89833e6 100644
--- a/recipes-kernel/jailhouse/jailhouse_git.bb
+++ b/recipes-kernel/jailhouse/jailhouse_git.bb
@@ -29,7 +29,7 @@ RDEPENDS_${PN} += "\
 S = "${WORKDIR}/git"
 
 require jailhouse-arch.inc
-inherit module pythonnative bash-completion deploy setuptools
+inherit module python3native bash-completion deploy setuptools3
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(ti-soc)"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-31  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-29 23:15 [PATCH] jailhouse_git: update to inherit python3 classes Peter Griffin
2020-01-29 23:19 ` Denys Dmytriyenko
     [not found] ` <15EE7ED3E5F24894.17230@lists.yoctoproject.org>
2020-01-30  3:34   ` [meta-ti] " Denys Dmytriyenko
2020-01-30  9:14     ` Peter Griffin
2020-01-31  0:57       ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.