gconf: remove python3 dependency for cc6ul platform
This package adds a dependency of python3-xml that includes the python3 core package, increasing the size of rootfs by 8MB. https://jira.digi.com/browse/DEL-7524 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
79a37bec34
commit
f53c5e7ba5
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (C) 2021 Digi International.
|
||||||
|
|
||||||
|
# We don't use python3 and they take up over
|
||||||
|
# 8 MiB in the filesystem, so remove them.
|
||||||
|
RDEPENDS_${PN}_remove_ccimx6ul = "python3-xml"
|
||||||
Loading…
Reference in New Issue