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 <d...@thaumatec.com>
---
 meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb 
b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb
index 262302424..39dbec54e 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 = ""
 
-- 
2.41.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#106513): 
https://lists.openembedded.org/g/openembedded-devel/message/106513
Mute This Topic: https://lists.openembedded.org/mt/102482463/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to