From e201439999c3e304125ef1caf13dc9dfa1c06846 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Thu, 26 Nov 2020 23:14:33 +0900 Subject: 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 Change-Id: I3c7e8d7be16777018b09815577764d95a8a00849 --- .../ns-frameworkunified/ns-frameworkunified-library_1.0.0.bb | 4 ---- .../recipes-core/ns-frameworkunified/ns-frameworkunified_1.0.0.bb | 4 ---- 2 files changed, 8 deletions(-) (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified') diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified-library_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified-library_1.0.0.bb index baaa431e..2d88fca3 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified-library_1.0.0.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified-library_1.0.0.bb @@ -19,10 +19,6 @@ inherit agl-basesystem-common BSMAKE_FILE = "Makefile.library" -FILES_${PN} += " \ - ${libdir}/* \ -" - RDEPENDS_${PN} += " \ os-posixbasedos001legacylibrary \ ns-loglibrary \ diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified_1.0.0.bb index 25ac7b90..5017e615 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified_1.0.0.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/ns-frameworkunified/ns-frameworkunified_1.0.0.bb @@ -20,10 +20,6 @@ inherit agl-basesystem-common BSMAKE_FILE = "Makefile.client" -FILES_${PN} += " \ - ${libdir}/* \ -" - RDEPENDS_${PN} += " \ os-posixbasedos001legacylibrary \ ns-loglibrary \ -- cgit 1.2.3-korg