diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-04-14 11:10:02 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-04-14 11:10:02 -0500 |
commit | a149cdbc2085daabf27c81533922b0c9e755f3f8 (patch) | |
tree | 13f7e4446758d54b2ba526a4adbd3b933d14199b | |
parent | a072ab25df092f7a1328b99f012916e89b604a14 (diff) | |
download | talos-openbmc-a149cdbc2085daabf27c81533922b0c9e755f3f8.tar.gz talos-openbmc-a149cdbc2085daabf27c81533922b0c9e755f3f8.zip |
op-proc-control.bb: bump version
Change-Id: I1d12188eeb561a5326cb3960e1213b51f98a48c0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb index 4fd094f8d..b7aba2717 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb @@ -13,4 +13,4 @@ DEPENDS += "autoconf-archive-native phosphor-logging" RDEPENDS_${PN} += "phosphor-logging" SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "4bf58971b7ee8d25855b4339b64d2708f1626c41" +SRCREV = "be407166d0cb22f6967055b426c805e82ac48af8" |