diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-01-18 21:40:03 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-01-19 17:45:45 +0000 |
commit | eb2a4324f8a3b29a25d7e2c0ac02f9c1f10c15de (patch) | |
tree | 9c76b617e203d8750405634ca4de9bb705a54fa3 /meta-phosphor/common/recipes-extended | |
parent | af6f5d23fc37f31b218d460460a241f5f76473e3 (diff) | |
download | talos-openbmc-eb2a4324f8a3b29a25d7e2c0ac02f9c1f10c15de.tar.gz talos-openbmc-eb2a4324f8a3b29a25d7e2c0ac02f9c1f10c15de.zip |
sdbusplus.bb: bump version
Change-Id: I5d594107e91682e44a25e796f9c0844f135ed45a
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 0ef80855f..ac513842e 100644 --- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb +++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb @@ -16,7 +16,7 @@ RDEPENDS_sdbus++ += " \ " SRC_URI += "git://github.com/openbmc/sdbusplus" -SRCREV = "560e5fd5d135c7a3d4e354fd5346220fb9483575" +SRCREV = "b6dcf97fdf0d9c673812942f5b4e8b2691ceb5a3" PACKAGECONFIG ??= "libsdbusplus" PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd" |