Skip to content

Commit 15faee4

Browse files
recipes-support: Add qmi-framework recipe (#1130)
Add recipe for qmi-framework which is a messaging library, enabling users to implement clients and servers for inter-process communication.
2 parents 508ff26 + f3e7745 commit 15faee4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
SUMMARY = "QMI Framework"
2+
DESCRIPTION = "QMI Framework is a messaging library, \
3+
enabling users to implement clients and servers for inter-process communication (IPC)."
4+
5+
HOMEPAGE = "https://github.com/quic/qmi-framework"
6+
LICENSE = "BSD-3-Clause"
7+
LIC_FILES_CHKSUM = "file://LICENSE;md5=65b8cd575e75211d9d4ca8603167da1c"
8+
9+
DEPENDS = "glib-2.0"
10+
SRCREV = "a82b29b33003213bbf5b553994cffc472a30981f"
11+
PV = "0.1.1"
12+
13+
SRC_URI = "git://github.com/quic/qmi-framework.git;protocol=https;branch=main;tag=v${PV}"
14+
15+
inherit autotools pkgconfig

0 commit comments

Comments
 (0)