summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@ieisystem.com>2025-09-05 04:22:39 +0300
committerPatrick Williams <patrick@stwcx.xyz>2025-09-10 03:57:04 +0300
commitda3f29cf235fccfa0d54b694b91a5ad8881af0e3 (patch)
tree19d4200cd568545b25272d4bc57dc16db11386ab /meta-phosphor
parent27f4ae347419f41a11c0ada8cdd6493ef16f2e00 (diff)
downloadopenbmc-master.tar.xz
phosphor-user-manager: remove boost dependencyHEADmaster
phosphor-user-manager no longer uses any Boost functionality, so remove Boost from bb file. https://gerrit.openbmc.org/c/openbmc/phosphor-user-manager/+/83082 https://gerrit.openbmc.org/c/openbmc/phosphor-user-manager/+/83083 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia002615e1c56df044eca5ed2d934644599a48336
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index 8cd2f48087..d6fb76da53 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "phosphor-dbus-interfaces"
-DEPENDS += "boost"
DEPENDS += "systemd"
SRCREV = "73b8ab4379b724d8ab6abc0d21d6e272d95833f2"
PV = "1.0+git${SRCPV}"