summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-24 14:41:51 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-24 20:49:29 +0300
commit2bce4775cdad18598bb23218a632140625a64478 (patch)
tree6f8f3c09aad2418de31c27f2b902572a22fd56d6
parent613d6bebc30e1c0181effab20a16b2155f22073a (diff)
downloadopenbmc-2bce4775cdad18598bb23218a632140625a64478.tar.xz
meta-phosphor: time-manager: remove stale autoconf-archive-native
This recipe is using meson now, so remove the stale autoconf-archive-native dependency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9c5f7a6a28f4545adde31f46cc672e6c9cff548b
-rw-r--r--meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb1
1 files changed, 0 insertions, 1 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 22177ae482..dd3ed6f1f5 100644
--- a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -3,7 +3,6 @@ DESCRIPTION = "Daemon to cater to BMC and HOST time management"
HOMEPAGE = "http://github.com/openbmc/phosphor-time-manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-DEPENDS += "autoconf-archive-native"
DEPENDS += "systemd"
DEPENDS += "sdbusplus"
DEPENDS += "${PYTHON_PN}-sdbus++-native"