summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-04-08 01:43:15 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-04-13 22:35:48 +0300
commit235618c7396902842906bc3a8c90a3320aeeaeba (patch)
tree27cb132ef7a799804c6b71be460cc8e718c7dcce /meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb
parentee6f67609223ac24c3e4f55ae7cc78c60a3fdb34 (diff)
downloadopenbmc-235618c7396902842906bc3a8c90a3320aeeaeba.tar.xz
Update to internal 0.47
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb13
1 files changed, 4 insertions, 9 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb b/meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb
index 306ef13f5..cd49a6316 100644
--- a/meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb
+++ b/meta-openbmc-mods/meta-common/recipes-intel/smbios/smbios-mdrv2.bb
@@ -1,10 +1,10 @@
SUMMARY = "SMBIOS MDR version 2 service for Intel based platform"
DESCRIPTION = "SMBIOS MDR version 2 service for Intel based platfrom"
-SRC_URI = "git://github.com/Intel-BMC/provingground.git;protocol=ssh"
-SRCREV = "bee56d62b209088454d166d1efae4825a2b175df"
+SRC_URI = "git://github.com/Intel-BMC/mdrv2.git;protocol=ssh"
+SRCREV = "d1fc2546cba818388fbef22f50dce6ef17885ff5"
-S = "${WORKDIR}/git/services/smbios-mdrv2/"
+S = "${WORKDIR}/git"
PV = "1.0+git${SRCPV}"
@@ -18,6 +18,7 @@ SYSTEMD_SERVICE_${PN} += "smbios-mdrv2.service"
DEPENDS += " \
autoconf-archive-native \
+ boost \
systemd \
sdbusplus \
sdbusplus-native \
@@ -25,9 +26,3 @@ DEPENDS += " \
phosphor-dbus-interfaces-native \
phosphor-logging \
"
-RDEPENDS_${PN} += " \
- libsystemd \
- sdbusplus \
- phosphor-dbus-interfaces \
- phosphor-logging \
- "