diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-03-15 12:10:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-15 21:06:56 +0000 |
commit | cd0afd1219e5a42f464f173729d4151fc3a70ae8 (patch) | |
tree | f93f1a1a8a45700a12d2275156e777e7c52f1468 /meta-phosphor | |
parent | 28d5a61afce87e12f02b7344efd4287863bd7bf2 (diff) | |
download | talos-openbmc-cd0afd1219e5a42f464f173729d4151fc3a70ae8.tar.gz talos-openbmc-cd0afd1219e5a42f464f173729d4151fc3a70ae8.zip |
sdbusplus.bb: bump version
Change-Id: Ie58fbf4d71663d70128a05b9f6dfd5fd8cf07d6e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor')
-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 05279aa5f..7ee6603fa 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 = "bee1a6a3b233495fc48265626ca3a7952a43363f" +SRCREV = "dadf83ae22820a0d09ce0623128e047f8cec2419" PACKAGECONFIG ??= "libsdbusplus transaction" PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd" |