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 84ff81f + 1382178 commit a8b43e9Copy full SHA for a8b43e9
dynamic-layers/openembedded-layer/recipes-support/sensors/sensinghub_1.0.3.bb
@@ -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