diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-12-09 09:10:02 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-12-09 09:10:02 -0600 |
commit | 2637cc76f014f213f7dad07328f8531fb1a33b60 (patch) | |
tree | f359f0ed37870bc6a3f7c26a853f077bc239a58b /meta-phosphor/common/recipes-extended | |
parent | 2b9cd996ab3ad1d8d8b8fe0d0e563d2aec215d54 (diff) | |
download | talos-openbmc-2637cc76f014f213f7dad07328f8531fb1a33b60.tar.gz talos-openbmc-2637cc76f014f213f7dad07328f8531fb1a33b60.zip |
sdbusplus.bb: bump version
Change-Id: I23aefb5c5fefe708096800efb78eba929c635129
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 9370143c1..fb8a0b89a 100644 --- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb +++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} += " \ " SRC_URI += "git://github.com/openbmc/sdbusplus" -SRCREV = "e416398bdabac6aea443a30e874b5f297fed4687" +SRCREV = "768f128c369aac30689b3b3ceebf1b43a4949158" PACKAGECONFIG ??= "libsdbusplus" PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd" |