build: Remove unused phosphor-logging dependency
Change-Id: I4f4e5efc998ed9738a548a353a6bd315ebe5f47c
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bmc/firmware-handler/meson.build b/bmc/firmware-handler/meson.build
index 7d6b719..db5a158 100644
--- a/bmc/firmware-handler/meson.build
+++ b/bmc/firmware-handler/meson.build
@@ -92,12 +92,12 @@
firmware_pre = declare_dependency(
include_directories: [root_inc, bmc_inc, firmware_inc],
- dependencies : [
+ dependencies: [
dependency('sdbusplus', fallback: ['sdbusplus', 'sdbusplus_dep']),
common_dep,
blobs_dep,
sys_dep,
- phosphor_logging_dep])
+ ])
firmware_lib = static_library(
'firmwareblob',
@@ -123,4 +123,4 @@
if not get_option('tests').disabled()
subdir('test')
-endif
\ No newline at end of file
+endif