oem-pr-bs: add positioning service
[AGL/meta-agl-devel.git] / meta-oem-production-readiness / meta-agl-basesystem / classes / bshalmake.bbclass
index 5f05dda..9faea95 100644 (file)
@@ -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