summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-05-13 02:05:01 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:59 -0700
commit1922fb35f63f22240e885acbc8029ca77a79950d (patch)
treec71e1cf96deee4270160e62ad3ff62df626e30fe /meta-oe
parentdccd6a3341496e5cf8d5226e9bb8ee0ce6a567a3 (diff)
downloadmeta-openembedded-1922fb35f63f22240e885acbc8029ca77a79950d.tar.gz
glib-testing: add recipe
glib-testing is a build dependency for malcontent, where building the tests cant be disabled. We can only disable the run of installed tests in malcontent. Normally glib-testing gets included as a subproject wrap which is inappropriate for yocto/oe. Thus we need to provide a recipe for it. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb b/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb
new file mode 100644
index 000000000..ebcc2b267
--- /dev/null
+++ b/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb
@@ -0,0 +1,14 @@
1SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
2HOMEPAGE = "https://gitlab.gnome.org/pwithnall/libglib-testing"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main"
7
8PV = "0.1.1"
9S = "${WORKDIR}/git"
10SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"
11
12inherit meson pkgconfig
13
14DEPENDS = "glib-2.0 gtk-doc-native libxslt-native docbook-xsl-stylesheets-native python3-pygments-native"