From f53c5e7ba5c82e47b74624c070a53fc82a081c0f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 19 May 2021 17:29:04 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-gnome/gconf/gconf_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-digi-dey/recipes-gnome/gconf/gconf_%.bbappend diff --git a/meta-digi-dey/recipes-gnome/gconf/gconf_%.bbappend b/meta-digi-dey/recipes-gnome/gconf/gconf_%.bbappend new file mode 100644 index 000000000..b33c715e5 --- /dev/null +++ b/meta-digi-dey/recipes-gnome/gconf/gconf_%.bbappend @@ -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"