meta-phosphor: bios-bmc-smm-error-logger: Depend on libbej
* Missing depends. This was missed in testing as there was some devtool
modify in effect.
* LICENSE number also turned out to be wrong and the checksum was
different than the usual one. Update it to the "incorrect" but
matching one for now, and update back to the correct one with the
srcrev bump following https://gerrit.openbmc.org/54846
Tested: Verified on Patchset#4, where this recipe was enabled for gbs
briefly so that we can exercise it in jenkins CI - which passed:
https://jenkins.openbmc.org/job/ci-openbmc/11471/
Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Iae1500ab146773f57efddfbac4dac829c9c8ff74
diff --git a/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb b/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb
index 6c44ef8..de19d6f 100644
--- a/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb
@@ -3,7 +3,7 @@
PR = "r1"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d20ffc39dca1d714c75b4b6f0113be10"
inherit meson pkgconfig systemd
DEPENDS += " \
@@ -11,8 +11,13 @@
stdplus \
systemd \
nlohmann-json \
+ libbej \
"
+EXTRA_OEMESON = " \
+ -Dtests=disabled \
+ "
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/bios-bmc-smm-error-logger;branch=main;protocol=https"