From 35563f46175962a7887904cd0e75fcdaaf135877 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 1 Apr 2019 10:20:46 -0700 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/chassis') 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 += " \ -- cgit v1.2.1