We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508ff26 + f3e7745 commit 15faee4Copy full SHA for 15faee4
recipes-support/qmi-framework/qmi-framework_0.1.1.bb
@@ -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