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 <dse@thaumatec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Daniel Semkowicz 2023-11-09 10:31:44 +01:00 committed by Khem Raj
parent 688b595463
commit 5f514bf4c7

View File

@ -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 = ""