diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/glib-networking/glib-networking/run-ptest | 3 | ||||
| -rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.64.3.bb | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking/run-ptest b/meta/recipes-core/glib-networking/glib-networking/run-ptest new file mode 100644 index 0000000000..6d520f94f6 --- /dev/null +++ b/meta/recipes-core/glib-networking/glib-networking/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | |||
| 3 | gnome-desktop-testing-runner glib-networking | ||
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb b/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb index c34ae508f6..074389f552 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb | |||
| @@ -12,16 +12,19 @@ DEPENDS = "glib-2.0" | |||
| 12 | SRC_URI[archive.md5sum] = "eb382907ec941fe2fb1a9676b75acf7a" | 12 | SRC_URI[archive.md5sum] = "eb382907ec941fe2fb1a9676b75acf7a" |
| 13 | SRC_URI[archive.sha256sum] = "937a06b124052813bfc0b0b86bff42016ff01067582e1aca65bb6dbe0845a168" | 13 | SRC_URI[archive.sha256sum] = "937a06b124052813bfc0b0b86bff42016ff01067582e1aca65bb6dbe0845a168" |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "gnutls" | 15 | PACKAGECONFIG ??= "gnutls ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
| 16 | 16 | ||
| 17 | PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls" | 17 | PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls" |
| 18 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" | 18 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" |
| 19 | PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy" | 19 | PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy" |
| 20 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" | ||
| 20 | 21 | ||
| 21 | EXTRA_OEMESON = "-Dgnome_proxy=disabled" | 22 | EXTRA_OEMESON = "-Dgnome_proxy=disabled" |
| 22 | 23 | ||
| 23 | GNOMEBASEBUILDCLASS = "meson" | 24 | GNOMEBASEBUILDCLASS = "meson" |
| 24 | inherit gnomebase gettext upstream-version-is-even gio-module-cache | 25 | inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome |
| 26 | |||
| 27 | SRC_URI += "file://run-ptest" | ||
| 25 | 28 | ||
| 26 | FILES_${PN} += "\ | 29 | FILES_${PN} += "\ |
| 27 | ${libdir}/gio/modules/libgio*.so \ | 30 | ${libdir}/gio/modules/libgio*.so \ |
