summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-07-05 03:55:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-07-08 15:18:56 +0300
commit7762a04be00686ccafe1aaa5f7dd014cf9529347 (patch)
tree434ab57b17c83914877bd9b3e746666582c84aeb /meta-phosphor/recipes-phosphor/chassis
parent6c1b24269ca576d8683306b2109bac4fe7deefa8 (diff)
downloadopenbmc-7762a04be00686ccafe1aaa5f7dd014cf9529347.tar.xz
obmc-phosphor-button: switch to meson build
George Liu (5): meson: Add subprojects file meson: Add meson build logging: switch to lg2 meson: Update LONG_PRESS_TIME_MS Fix meson build Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I4facd30b1c25e3b1bf60190ed5477ea75ee0c2b5
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb4
1 files changed, 2 insertions, 2 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 74eddc0b4a..82e4d239ec 100644
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
+++ b/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
S = "${WORKDIR}/git"
SRC_URI += "git://github.com/openbmc/phosphor-buttons.git;branch=master;protocol=https"
-SRCREV = "1efa3e2969262594457441acc612216dd1e2e7e7"
+SRCREV = "ba33275d9fbf89bdaa75c241b87b5520bb54c440"
-inherit cmake pkgconfig systemd
+inherit meson pkgconfig systemd
BUTTON_PACKAGES="${PN}-signals ${PN}-handler"