From 4bc52ccbbe731cc553ab4822069fe6799599384e Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 27 Mar 2014 17:58:16 +0100 Subject: [PATCH] meta-digi-dey: remove packagegroup-core-x11-sato bbappend The purpose of this bbappend was just to remove the 'connman-gnome' network manager that is the default in sato. This can be done also in the distro config file without the need for a recipe bbappend. Signed-off-by: Javier Viguera --- meta-digi-dey/conf/distro/dey-gui.conf | 3 +++ .../packagegroups/packagegroup-core-x11-sato.bbappend | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend diff --git a/meta-digi-dey/conf/distro/dey-gui.conf b/meta-digi-dey/conf/distro/dey-gui.conf index 4ad19d5ee..fed34e037 100644 --- a/meta-digi-dey/conf/distro/dey-gui.conf +++ b/meta-digi-dey/conf/distro/dey-gui.conf @@ -1,3 +1,6 @@ include dey.conf DISTRO_FEATURES += "x11" + +# Disable network manager (included in packagegroup-core-x11-sato) +NETWORK_MANAGER = "" diff --git a/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend b/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend deleted file mode 100644 index 900ac0297..000000000 --- a/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright (C) 2013 Digi International. - -PRINC := "${@int(PRINC) + 1}" -PR_append = "+${DISTRO}" - -NETWORK_MANAGER = "" -