mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
dccd6a3341
commit
1922fb35f6
14
meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb
Normal file
14
meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
|
||||
HOMEPAGE = "https://gitlab.gnome.org/pwithnall/libglib-testing"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main"
|
||||
|
||||
PV = "0.1.1"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc-native libxslt-native docbook-xsl-stylesheets-native python3-pygments-native"
|
||||
Loading…
Reference in New Issue
Block a user