summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-01 10:20:46 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-05 18:30:08 -0400
commit35563f46175962a7887904cd0e75fcdaaf135877 (patch)
tree3388d02ec683369ed04a811a49e85374ed302a2d /meta-phosphor/recipes-phosphor/chassis
parent47ba9da0bba65c6842873bc80d4e6a7222f845e5 (diff)
downloadtalos-openbmc-35563f46175962a7887904cd0e75fcdaaf135877.tar.gz
talos-openbmc-35563f46175962a7887904cd0e75fcdaaf135877.zip
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb6
1 files changed, 3 insertions, 3 deletions
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 93b6f5600..e9517acbd 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 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
S = "${WORKDIR}/git"
SRC_URI += "git://github.com/openbmc/phosphor-buttons.git"
-SRCREV = "391a21a1bb002a62ce336bfacdd8fdf888b7909a"
+SRCREV = "69101225892575db3d29cb4cfe7683773f1e4f52"
inherit cmake pkgconfig systemd
@@ -21,10 +21,10 @@ SYSTEMD_PACKAGES = "${BUTTON_PACKAGES}"
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 += " \
OpenPOWER on IntegriCloud