mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Khem Raj
parent
688b595463
commit
5f514bf4c7
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user