commit | a1fea2f119009663c3c3a1d34e21242520ef1e21 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Thu Jul 20 13:05:37 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 13:30:38 2017 +0000 |
tree | 93b67c78309eeeefdaa5caafa034999c0186b559 | |
parent | 66287189fc93c2ced402802be31cbf63404857ba [diff] |
Fix mapper args syntax error Resolves openbmc/openbmc#1997 Change-Id: I45e975f5877fbb161c3da4486fd033ac475840f6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service index a9a7984..ccaaa98 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service +++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
@@ -7,7 +7,7 @@ Type=dbus ExecStart={sbindir}/phosphor-mapper \ --path_namespaces="${{MAPPER_NAMESPACES}}" \ - --interface_namespaces="${{MAPPER_INTERFACES}}" + --interface_namespaces="${{MAPPER_INTERFACES}}" \ --blacklists="${{MAPPER_BLACKLISTS}}" \ --interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}" BusName={BUSNAME}