mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
vte: Pack ${libexecdir}/vte-urlencode-cwd to vte-prompt
Have vte-prompt in my images. Since upgrade 0.60.2 all terminals complain with: | bash: /usr/libexec/vte-urlencode-cwd: No such file or directory Grepping sources shows that vte.csh and vte.sh are the only callers of vte-urlencode-cwd. Both are installed by vte-prompt so move vte-urlencode-cwd where it's used. (From OE-Core rev: 1ea62721b1c06a77b18cf210ee437c292f58104b) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9fef505804
commit
57b49ced17
@@ -52,6 +52,9 @@ CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
PACKAGES =+ "libvte ${PN}-prompt"
|
||||
FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
|
||||
FILES_${PN}-prompt = "${sysconfdir}/profile.d"
|
||||
FILES_${PN}-prompt = " \
|
||||
${sysconfdir}/profile.d \
|
||||
${libexecdir}/vte-urlencode-cwd \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user