diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-06-19 08:30:12 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-06-19 13:59:29 +0000 |
commit | c533d5cb9dc8c95755952bb4283c6050419c8550 (patch) | |
tree | d6655ec7342538480f786e8df73063570af383c2 /meta-phosphor/common/recipes-extended | |
parent | 5fa1bb7bf7949f76214c8b31f4b14a56a68a1f22 (diff) | |
download | talos-openbmc-c533d5cb9dc8c95755952bb4283c6050419c8550.tar.gz talos-openbmc-c533d5cb9dc8c95755952bb4283c6050419c8550.zip |
sdbusplus.bb: bump version
Change-Id: Id7c9fc3631117325b56694cc6fd424355d38a34c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-extended')
-rw-r--r-- | meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb index 35bd20e86..52e2d81fd 100644 --- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb +++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb @@ -31,7 +31,7 @@ DEPENDS_append_class-native = " \ " SRC_URI += "git://github.com/openbmc/sdbusplus" -SRCREV = "5c48c8b6d06fa7530643731e12bff16b198d5078" +SRCREV = "93c246cf26661bc64aab4f18d11d17ff8b58078a" PACKAGECONFIG ??= "libsdbusplus transaction" PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd" |