From 4be3dce466a329e97a9d9dc4a3123a8c329df432 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 29 Oct 2018 10:40:42 +0100 Subject: networkmanager: upgrade 1.10.10 -> 1.14.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * License checksum: copyright year changed * packageconfig glib: with this version (udev-)glib support hase to be enabled explicitly. Split this out to meta-gnome where network-manager-applet lives. * packageconfig netconfig: This was nonsense: netconfig is a SUSE tool [1] which is not found in layer index. The error was detected now because configuration checks for presence of netconfig. * --disable-ifnet and --disable-ifcfg-suse are gone * musl patches were aligned but have no resources to test them [1] https://github.com/openSUSE/sysconfig Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-connectivity/networkmanager/networkmanager_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend b/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend new file mode 100644 index 0000000000..291a61605f --- /dev/null +++ b/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend @@ -0,0 +1,3 @@ +# networkmanager-applet requires glib support +PACKAGECONFIG_append = "glib" + -- cgit 1.2.3-korg