summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-networking/glib-networking_2.66.0.bb')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.66.0.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
deleted file mode 100644
index 230932daf0..0000000000
--- a/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
1SUMMARY = "GLib networking extensions"
2DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies."
3HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/"
4BUGTRACKER = "http://bugzilla.gnome.org"
5
6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8
9SECTION = "libs"
10DEPENDS = "glib-2.0"
11
12SRC_URI[archive.sha256sum] = "c5d7be2437fdd196eebfb70c4517b96d3ba7ec13bd496318b8f02dea383e0099"
13
14PACKAGECONFIG ??= "gnutls ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
15
16PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
17PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
18PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
19PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false"
20
21EXTRA_OEMESON = "-Dgnome_proxy=disabled"
22
23GNOMEBASEBUILDCLASS = "meson"
24inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome
25
26SRC_URI += "file://run-ptest"
27
28FILES_${PN} += "\
29 ${libdir}/gio/modules/libgio*.so \
30 ${datadir}/dbus-1/services/ \
31 ${systemd_user_unitdir} \
32 "
33FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
34FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"
35
36BBCLASSEXTEND = "native nativesdk"