mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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 = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user