summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2022-09-29 20:53:55 +0300
committerVernon Mauery <vernon.mauery@linux.intel.com>2022-09-29 20:53:55 +0300
commit59ae808cfcc88f5774c42dce781e1e60c9e0837c (patch)
treed2aaa0aa91c5ae977f197fcc9bb71816f2544abc
parentdf680fb48157b3cbec85bc8f537b152faed7fa7c (diff)
downloadopenbmc-59ae808cfcc88f5774c42dce781e1e60c9e0837c.tar.xz
intel-ipmi-oem should use phosphor-dbus-interfaces
With the migration of interfaces from intel-dbus-interfaces to phosphor-dbus-interfaces, change the dependency in the recipe. Tested: builds as expected Change-Id: I572fb466fa9e57a847506975d35ee67d94b60681 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rwxr-xr-xmeta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
index bac3ec633e..162ffaa41a 100755
--- a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
@@ -5,12 +5,12 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/intel-ipmi-oem;branch=master;protocol=https"
-SRCREV = "039c3495fc998e6ec46a6880432da4c5d5aa38a3"
+SRCREV = "9d2894d9b74965f5da02b7784f270bc6ae67e3f2"
S = "${WORKDIR}/git"
PV = "0.1+git${SRCPV}"
-DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd intel-dbus-interfaces libgpiod"
+DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd phosphor-dbus-interfaces libgpiod"
inherit cmake obmc-phosphor-ipmiprovider-symlink