Skip to content

Commit 6a2a42f

Browse files
weston-touch-calibrator-service: Require pam distro feature
weston-init depends on pam being enabled and is skipped under nodistro when DISTRO_FEATURES does not include it. Since the calibrator service unconditionally RDEPENDS on weston-init, require pam here too so yocto-check-layer skips the recipe instead of failing world signature generation.
1 parent 4954305 commit 6a2a42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-graphics/weston-touch-calibrator-service/weston-touch-calibrator-service_1.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SRC_URI = "\
1515

1616
inherit systemd features_check
1717

18-
REQUIRED_DISTRO_FEATURES += "wayland"
18+
REQUIRED_DISTRO_FEATURES += "wayland pam"
1919

2020
SYSTEMD_SERVICE:${PN} = "weston-touch-calibrator.service"
2121

0 commit comments

Comments
 (0)