diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2021-09-24 12:50:21 +0300 |
---|---|---|
committer | Andrew Geissler <openbmcbump-github@yahoo.com> | 2021-09-24 12:50:21 +0300 |
commit | ec10f537bae99a4dc042e10b7667facdad11cc31 (patch) | |
tree | f06f8bf3524031ee203d880c63eadf6ccc9f5ad4 | |
parent | cc92478642b2124187357319416340b3d7701365 (diff) | |
download | openbmc-ec10f537bae99a4dc042e10b7667facdad11cc31.tar.xz |
intel-ipmi-oem: srcrev bump 98cb6186e7..e83c70aab0
Arun Lal K M (2):
Fix support for Get Payload.
Add 'greater than' support in depex computation.
Change-Id: Ie54c84afd08c5843f8dd570c7b7bb69f53819f07
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rwxr-xr-x | meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb | 2 |
1 files changed, 1 insertions, 1 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 b77109de3..44838fdc2 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,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/intel-ipmi-oem" -SRCREV = "98cb6186e77fb820dd26666118964897d36730be" +SRCREV = "e83c70aab0479a8103638166b330a06e499f4449" S = "${WORKDIR}/git" PV = "0.1+git${SRCPV}" |