From 57b49ced170e48df925b9993585655f417f55bca Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 2 Jun 2020 20:37:10 +0200 Subject: vte: Pack ${libexecdir}/vte-urlencode-cwd to vte-prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-support/vte/vte_0.60.2.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb index 4a33f6e4d0..8c7054913f 100644 --- a/meta/recipes-support/vte/vte_0.60.2.bb +++ b/meta/recipes-support/vte/vte_0.60.2.bb @@ -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" -- cgit v1.2.3-54-g00ecf