Skip to content

Commit a8b43e9

Browse files
sensinghub: add recipe for sensing hub (#1242)
Add new recipe for Qualcomm Sensing Hub Userspace modules which allows users/clients to read sensors data from Sensing Hub.
2 parents 84ff81f + 1382178 commit a8b43e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SUMMARY = "Qualcomm Sensing hub library"
2+
DESCRIPTION = "Userspace libraries that provides interface to interact with Qualcomm Sensing Hub"
3+
HOMEPAGE = "https://github.com/qualcomm/sensinghub"
4+
LICENSE = "BSD-3-Clause-Clear"
5+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9701d0ef17353f1d05d7b74c8712ebbd"
6+
7+
SRCREV = "15eaa4651923da584f8d9f3417c3e92d0b61de35"
8+
PV = "1.0.3"
9+
10+
SRC_URI = "git://github.com/qualcomm/sensinghub.git;protocol=https;branch=main;tag=v${PV}"
11+
12+
DEPENDS = "protobuf protobuf-native"
13+
14+
inherit autotools pkgconfig
15+
16+
EXTRA_OECONF = "--enable-versioned-lib"

0 commit comments

Comments
 (0)