summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/datetime
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-08 05:23:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-10 23:24:21 +0300
commit0450a0297c37abb07e5230a1db797e93672f287a (patch)
treeab8face8098254fc19fd5f5081ecc6791367d5b0 /meta-phosphor/recipes-phosphor/datetime
parentf2ef645363103b068f473e265dbe0202a97fc42d (diff)
downloadopenbmc-0450a0297c37abb07e5230a1db797e93672f287a.tar.xz
phosphor-objmgr: recipe cleanups
Big cleanups to the phosphor-mapper/phosphor-objmgr recipe. - Remove all "mapper-config-native" constructs as the underlying repository has no such support. - Remove all mapper-related bbclasses as they are no longer relevant. - Remove environment support in service file as the mapper executable no longer supports any arguments. - Greatly simplify the 'libmapper' packaging to avoid stray python in the recipe. - Update all recipes to use `DEPENDS += "libmapper"` where appropriate for clarity if they use libmapper. - Rename the recipe from phosphor-mapper to phosphor-objmgr to match the repository name, which allows simpler devtool invocations. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5a64e2feddd1a7919813e007411f9c28b6c9a330
Diffstat (limited to 'meta-phosphor/recipes-phosphor/datetime')
-rw-r--r--meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
index ce66037577..22177ae482 100644
--- a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -4,7 +4,6 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-time-manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS += "autoconf-archive-native"
-DEPENDS += "phosphor-mapper"
DEPENDS += "systemd"
DEPENDS += "sdbusplus"
DEPENDS += "${PYTHON_PN}-sdbus++-native"
@@ -23,6 +22,6 @@ inherit obmc-phosphor-dbus-service
RDEPENDS:${PN} += "phosphor-settings-manager"
RDEPENDS:${PN} += "phosphor-network"
-RDEPENDS:${PN} += "phosphor-mapper"
+RDEPENDS:${PN} += "phosphor-objmgr"
DBUS_SERVICE:${PN} += "xyz.openbmc_project.Time.Manager.service"