mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
glib-testing: upgrade 0.1.1 -> 0.2.0
Per upstream NEWS, 0.2.0 is a small additive release on the GtDBusQueue mock-D-Bus harness: new functions to emit a signal from the mocked service and to mock activatable bus names (!14), a switch to POSIX file functions instead of GIO when writing activatable service files (!15), and gt_dbus_queue_assert_pop_message() now accepts empty varargs (!16). The remainder is build/CI work - gtkdoc-check now runs as part of the test suite (!7) and the docs CI build and deployment were fixed (!13). The public API is additive only, so no consumer changes were needed; the recipe just needed the new tag SRCREV and PV. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ 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"
|
||||
SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "605ca3b43c7e57b443ce43325c2f2ce1fd29ed82"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user