diff mbox series

package/vte: install to staging

Message ID 20220117114419.B8EAB3F465@exit1-us.msgsafe.io
State Accepted
Headers show
Series package/vte: install to staging | expand

Commit Message

rainbox2k12 Jan. 17, 2022, 11:44 a.m. UTC
Yann,

Can you accept my patch as an attached text document?

Cheers,

Rainer

\-- Sent using MsgSafe.io's Free Plan Private, encrypted, online communication
For everyone. https://www.msgsafe.io

Comments

Thomas Petazzoni Jan. 22, 2022, 1:53 p.m. UTC | #1
Hello,

On Mon, 17 Jan 2022 11:44:19 +0000 (UTC)
rainbox2k12 via buildroot <buildroot@buildroot.org> wrote:

> Can you accept my patch as an attached text document?

I have applied your patch. I suppose this msgsafe.io service doesn't
provide SMTP, so you can't use git send-email?

Thomas
diff mbox series

Patch

package/vte: install to staging

vte also provides libvte, a library that can be linked to by other
programs, so install it in staging.

Signed-off-by: Rainer Jonsson <rainbox2k12@msgsafe.io>
------

diff --git a/package/vte/vte.mk b/package/vte/vte.mk
index 07e8136..ceb2f09 100644
--- a/package/vte/vte.mk
+++ b/package/vte/vte.mk
@@ -11,6 +11,7 @@  VTE_SITE = http://ftp.gnome.org/pub/gnome/sources/vte/$(VTE_VERSION_MAJOR)
 VTE_DEPENDENCIES = host-pkgconf libgtk3 pcre2 $(TARGET_NLS_DEPENDENCIES)
 VTE_LICENSE = LGPL-3.0+
 VTE_LICENSE_FILES = COPYING.LGPL3
+VTE_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_ICU),y)
 VTE_CONF_OPTS += -Dicu=true