mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
fc78d37ff0
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>
21 lines
650 B
BlitzBasic
21 lines
650 B
BlitzBasic
SUMMARY = "library to use and manage the QRTR bus"
|
|
DESCRIPTION = "libqrtr-glib is a glib-based library to use and manage the QRTR (Qualcomm IPC Router) bus"
|
|
HOMEPAGE = "https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git;protocol=https;branch=qrtr-1-2"
|
|
|
|
PV = "1.2.2+git"
|
|
SRCREV = "8991f0e93713ebf4da48ae4f23940ead42f64c8c"
|
|
|
|
|
|
inherit meson pkgconfig gobject-introspection
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
EXTRA_OEMESON = " \
|
|
-Dgtk_doc=false \
|
|
"
|