aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-10-29 10:40:42 +0100
committerKhem Raj <raj.khem@gmail.com>2018-11-02 10:05:06 -0700
commit4be3dce466a329e97a9d9dc4a3123a8c329df432 (patch)
tree283397af72f20a433ef9ebc106fb95ebea325589 /meta-gnome
parent1627aa060995318363d24e0e7d4be2190a940f11 (diff)
downloadmeta-openembedded-4be3dce466a329e97a9d9dc4a3123a8c329df432.tar.gz
networkmanager: upgrade 1.10.10 -> 1.14.4
* 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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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"
+