diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-11-27 15:05:05 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-11-27 18:43:04 +0000 |
commit | d0910d77da772533bd7eab7c46c22b40602e8c53 (patch) | |
tree | 88a800be3025b559b62a5d56d3b1a196f728f39a | |
parent | 02917dfec4663c832803b9f242dd2628f3207ca6 (diff) | |
download | talos-openbmc-d0910d77da772533bd7eab7c46c22b40602e8c53.tar.gz talos-openbmc-d0910d77da772533bd7eab7c46c22b40602e8c53.zip |
phosphor-mapper.bb: bump version
Change-Id: I8450f92d631f0742f60eca1ab2b26cbd11c36e83
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb index 41b09944f..d83226e97 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper.bb @@ -35,7 +35,7 @@ RDEPENDS_${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "b270adc1835b7ccdc21ecaa5996e0574c088154d" +SRCREV = "b9b3ed5e4347898bc0e969c1e7a3ca99261d4cc9" S = "${WORKDIR}/git" |