summaryrefslogtreecommitdiffstats
path: root/meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass
diff options
context:
space:
mode:
authorRiku Nomoto <riku.nomoto@woven-planet.global>2020-11-26 23:14:33 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-24 15:42:23 +0000
commite201439999c3e304125ef1caf13dc9dfa1c06846 (patch)
tree6d4e85d9a4210c1d8f558df39b6cf6126b7ddfbe /meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass
parentb0d6fcf282b2e0050c0303f5eb1283a79b3fa83c (diff)
oem-pr-bs: add positioning service
This is the eighth commit of agl-basesystem. Sensor data (GPS, Gyro and etc.) handling v12 (jsmoeller): fix build of multiple packages v20 (nomoto): change mail address and author v27 (nomoto): make hal recipes inherit bshalmake v34 (nomoto): fix cid and FILES Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I3c7e8d7be16777018b09815577764d95a8a00849
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass')
-rw-r--r--meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass b/meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass
index 5f05dda9..9faea95f 100644
--- a/meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass
+++ b/meta-oem-production-readiness/meta-agl-basesystem/classes/bshalmake.bbclass
@@ -6,7 +6,8 @@ bshalmake_do_install (){
install -D -m 644 ${S}/hal_api/*.h ${D}${includedir}/basesystem
}
-EXPORT_FUNCTIONS do_install
-
-FILES_${PN}-dev_remove = "${FILES_SOLIBSDEV}"
+#BaseSystem's .so does not have multiple versions. Therefore, overwrite these variables.
+SOLIBS = ".so"
+FILES_SOLIBSDEV = ""
+EXPORT_FUNCTIONS do_install