meta-phosphor: obmc-phosphor-buttons: point to bin
Point to bin where the package now installs.
phosphor-buttons: srcrev bump 391a21a1bb..6910122589
Patrick Venture (1):
build: install into bin instead of sbin
(From meta-phosphor rev: 1eed372c024f29a14a042d6d0f0fc58a8b6f7c37)
Change-Id: I8f761f8f8569cb8feff80f3275d5ec4e19261dc2
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
index 93b6f56..e9517ac 100644
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
+++ b/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
@@ -7,7 +7,7 @@
S = "${WORKDIR}/git"
SRC_URI += "git://github.com/openbmc/phosphor-buttons.git"
-SRCREV = "391a21a1bb002a62ce336bfacdd8fdf888b7909a"
+SRCREV = "69101225892575db3d29cb4cfe7683773f1e4f52"
inherit cmake pkgconfig systemd
@@ -21,10 +21,10 @@
PACKAGECONFIG[signals] = ",,gpioplus nlohmann-json,"
PACKAGECONFIG[handler] = ",,,phosphor-state-manager-chassis phosphor-state-manager-host"
-FILES_${PN}-signals = "${sbindir}/buttons"
+FILES_${PN}-signals = "${bindir}/buttons"
SYSTEMD_SERVICE_${PN}-signals = "xyz.openbmc_project.Chassis.Buttons.service"
-FILES_${PN}-handler = "${sbindir}/button-handler"
+FILES_${PN}-handler = "${bindir}/button-handler"
SYSTEMD_SERVICE_${PN}-handler = "phosphor-button-handler.service"
DEPENDS += " \