All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] chromium.inc: Use python3native.bbclass instead of pythonnative.bbclass
@ 2020-06-22 22:09 Chandana kalluri
  2020-06-22 22:16 ` [oe] " Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Chandana kalluri @ 2020-06-22 22:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Sai Hari Chandana Kalluri

From dunfell onwards, python2 recipes and classes are not supported. Inherit
python3native.bbclass for chromium instead of pythonnative.bbclass

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
---
 recipes-browser/chromium/chromium.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index 14d762f..a483ec4 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -18,7 +18,7 @@ TOOLCHAIN = "clang"
 # to build the native recipes (e.g. GN) with clang too.
 TOOLCHAIN_class-native = "clang"
 
-inherit pythonnative setuptools
+inherit python3native setuptools
 
 # Chromium itself is licensed under the 3-clause BSD license. However, it
 # depends upon several other projects whose copyright files are listed in
-- 
2.7.4


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

end of thread, other threads:[~2020-06-23  0:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-22 22:09 [meta-browser][PATCH] chromium.inc: Use python3native.bbclass instead of pythonnative.bbclass Chandana kalluri
2020-06-22 22:16 ` [oe] " Alexander Kanavin
2020-06-22 22:32   ` Denys Dmytriyenko
2020-06-22 22:41     ` Alejandro Hernandez
2020-06-22 22:53       ` Chandana kalluri
2020-06-22 23:18         ` Denys Dmytriyenko
2020-06-23  0:16           ` Chandana kalluri

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.