mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
551 B
BlitzBasic
14 lines
551 B
BlitzBasic
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"
|
|
SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
DEPENDS = "glib-2.0 gtk-doc-native libxslt-native docbook-xsl-stylesheets-native python3-pygments-native"
|