diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-03 19:36:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
| commit | a158572927d672cf301b5130a2d195eb234f2c1c (patch) | |
| tree | a067eb58b413108cb334cc1b87fd462df2cf0624 /meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb | |
| parent | 9b7cce8860872ef23bcd2dea9afe6c84a125a74e (diff) | |
| download | meta-openembedded-a158572927d672cf301b5130a2d195eb234f2c1c.tar.gz | |
libnma: upgrade 1.8.34 -> 1.8.36
Build both variants gtk3 & gtk4 - gtk4 is required for upcoming
gnome-control-center 42.0
=======================================
libnma-1.8.36
Overview of changes since libnma-1.8.34
=======================================
* Include OWE wireless security option.
* Do not allow setting empty 802.1x domain for EAP TLS.
* The GtkBuilder files for Gtk4 are now included in
the release tarball.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb')
| -rw-r--r-- | meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb deleted file mode 100644 index ea852ce3a0..0000000000 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "NetworkManager GUI library" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 gtk+3 networkmanager" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | inherit gnomebase gobject-introspection gtk-doc gettext vala features_check | ||
| 9 | |||
| 10 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}" | ||
| 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 12 | |||
| 13 | SRC_URI[archive.sha256sum] = "f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304" | ||
| 14 | |||
| 15 | PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info" | ||
| 16 | PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr" | ||
| 17 | PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes" | ||
| 18 | PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info" | ||
| 19 | |||
| 20 | # go introspection is not supported for mipsn32/riscv32, but vapi needs it | ||
| 21 | # | ||
| 22 | EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false" | ||
| 23 | EXTRA_OEMESON:append:riscv32 = " -Dvapi=false" | ||
| 24 | EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false" | ||
| 25 | |||
| 26 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
