From 5f514bf4c7131ab97eacb0d4b49f26c79d79a18e Mon Sep 17 00:00:00 2001 From: Daniel Semkowicz Date: Thu, 9 Nov 2023 10:31:44 +0100 Subject: cockpit: Fix cockpit-askpass path Non-existing variable was used as a prefix for 'cockpit-askpass'. Fix the path, so the binary will be correctly installed in 'cockpit-bridge' package. Fortunately, even with incorrect path, this binary was "caught" by the main 'cockpit' package, so it was always installed in the final image. Signed-off-by: Daniel Semkowicz Signed-off-by: Khem Raj --- meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb index 2623024243..39dbec54ee 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb @@ -119,7 +119,7 @@ FILES:${PN}-apps = "${datadir}/cockpit/apps" FILES:${PN}-bridge = " \ ${bindir}/cockpit-bridge \ - ${libexec}/cockpit-askpass \ + ${libexecdir}/cockpit-askpass \ " RDEPENDS:${PN}-bridge = "" -- cgit v1.2.3-54-g00ecf