diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 15:45:10 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 15:45:10 -0400 |
commit | 18e63598165a23e4802a6aa5dacf9bc70dacf599 (patch) | |
tree | 25caa87c282825c83e3ec208ccecbc53f6872be2 /default-floating.xml | |
parent | 9a2c7d68d3a4cac0f80895aae9013d90a1a29f7e (diff) |
Remove meta-python2
We no longer need meta-python2 to build anything, and Python 2.x
is EOL, so remove it to avoid confusion and ease the upgrade to
YP 5.0 / scarthgap.
Bug-AGL: SPEC-5099
Change-Id: Ib4cd6422e41e6d257c06613e32d4a9745e3f60be
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default-floating.xml b/default-floating.xml index c8398885..ef58465f 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -58,9 +58,6 @@ <!-- clang support --> <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="kirkstone"/> - <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies --> - <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="kirkstone" /> - <!-- meta-flutter --> <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="kirkstone"/> |