[meta-oe,1/2] libqrtr-glib: Initial recipe for libqrtr-glib 1.0.0

Message ID 20211217133744.10922-1-loic.poulain@linaro.org
State New
Headers show
Series [meta-oe,1/2] libqrtr-glib: Initial recipe for libqrtr-glib 1.0.0 | expand

Commit Message

Loic Poulain Dec. 17, 2021, 1:37 p.m. UTC
libqrtr-glib is a glib-based library to use and manage the
QRTR (Qualcomm IPC Router) bus. This bus is in turn a way
to reach remote services via QMI messages. It is especially
used by libqmi, for talking to integrated or PCIe Qualcomm
WWAN modems.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 .../libqrtr-glib/libqrtr-glib_1.0.0.bb              | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb

Patch

diff --git a/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb
new file mode 100644
index 000000000..29f0e2214
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_1.0.0.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "libqrtr-glib is a glib-based library to use and manage the QRTR bus."
+HOMEPAGE = "https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+DEPENDS = "glib-2.0 glib-2.0-native"
+
+inherit autotools pkgconfig bash-completion gobject-introspection
+
+SRC_URI = "http://www.freedesktop.org/software/libqmi/${BPN}-${PV}.tar.xz"
+
+SRC_URI[sha256sum] = "30d879b2ade6f8f461def3a677755db5c0238babf688d5c83c03b3e6abe35cee"