diff options
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb | 13 |
1 files changed, 13 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 0000000000..97a5592f94 --- /dev/null +++ b/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes" | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/pwithnall/libglib-testing" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main" | ||
7 | |||
8 | PV = "0.1.1" | ||
9 | SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7" | ||
10 | |||
11 | inherit meson pkgconfig | ||
12 | |||
13 | DEPENDS = "glib-2.0 gtk-doc-native libxslt-native docbook-xsl-stylesheets-native python3-pygments-native" | ||