diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-09-24 18:20:15 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-09-24 18:19:49 -0400 |
commit | 90a00c974f31e8a671c6e41f94a1112f880920fc (patch) | |
tree | 7ba706df8346c66105d00c6473041066bf78c1fa /meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb | |
parent | 047c99ec56bba8b33c3f8cf9bcf174514ee0a3d3 (diff) | |
download | talos-openbmc-90a00c974f31e8a671c6e41f94a1112f880920fc.tar.gz talos-openbmc-90a00c974f31e8a671c6e41f94a1112f880920fc.zip |
gpioplus: srcrev bump 43171e3dc6..88a89bc6bc
William A. Kennington III (2):
{event,handle}: Clarify object lifetime requirements
tests: Build test cases with their respective c++ files
(From meta-phosphor rev: 9591a5422fddacbbde2a7f150ad85921bbcaf62f)
Change-Id: I52d9a110e94ee1d9e3f1c0312680903afc4a9019
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb')
-rw-r--r-- | meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb index bbc2b2238..0e637dac6 100644 --- a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb +++ b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb @@ -18,6 +18,6 @@ EXTRA_OECONF_append += " \ " SRC_URI += "git://github.com/openbmc/gpioplus" -SRCREV = "43171e3dc64b8608f348af96c06e0b5779c70bb9" +SRCREV = "88a89bc6bc63d9718cf73fac33eb4d241275cc5d" S = "${WORKDIR}/git" |