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 <javier.viguera@digi.com>
This commit is contained in:
parent
9d7861c297
commit
4bc52ccbbe
|
|
@ -1,3 +1,6 @@
|
|||
include dey.conf
|
||||
|
||||
DISTRO_FEATURES += "x11"
|
||||
|
||||
# Disable network manager (included in packagegroup-core-x11-sato)
|
||||
NETWORK_MANAGER = ""
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PR_append = "+${DISTRO}"
|
||||
|
||||
NETWORK_MANAGER = ""
|
||||
|
||||
Loading…
Reference in New Issue