diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-03-21 07:18:25 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-21 07:18:25 -0400 |
commit | 60a14d0aed4d3b17369061471c675bb49a8a43f7 (patch) | |
tree | 9f4db9d5ad281868ba77adc3d1e565e0cefcb698 /default-floating.xml | |
parent | bce0e9c901242fd98deaede6d829a6cffa11cd8c (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.
Bug-AGL: SPEC-5099
Change-Id: I7babee9cd07f02102b4b252a177651869e04945b
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 5355f392..4f72428d 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"/> |