[oe-commits] [openembedded-core] 14/16: vte: move shell auto scripts into seperate package

git at git.openembedded.org git at git.openembedded.org
Thu Apr 25 15:23:17 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b7681c19a4be6437ea37dc520004a9334b9241eb
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Thu Apr 25 02:10:54 2019 +0200

    vte: move shell auto scripts into seperate package
    
    It bugged me for a while that xfce4-terminal sets (tab-)title to 'Untitled'.
    This is caused by bash variable PROMPT_COMMAND not set. vte ships /etc/profile.d/vte.sh
    adding PROMPT_COMMAND and a function to handle.
    
    Since
    
    * not all consumers of 'libvte' are interested in this feature
    * executable shipped by package 'vte' is not necessary for PROMPT_COMMAND support
    
    create a seperate package.
    Once applied patches for xfce4-terminal and gnome-terminal will be send.
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/vte/vte_0.56.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/vte/vte_0.56.1.bb b/meta/recipes-support/vte/vte_0.56.1.bb
index 02b84c3..3585e9c 100644
--- a/meta/recipes-support/vte/vte_0.56.1.bb
+++ b/meta/recipes-support/vte/vte_0.56.1.bb
@@ -50,7 +50,8 @@ CFLAGS += "-D_GNU_SOURCE"
 # Use libtool-cross (which has a hack to prevent that) instead.
 EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
 
-PACKAGES =+ "libvte"
+PACKAGES =+ "libvte ${PN}-prompt"
 FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
+FILES_${PN}-prompt = "${sysconfdir}/profile.d"
 
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list