From patchwork Mon Jan 17 11:44:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: rainbox2k12 X-Patchwork-Id: 1580738 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4JcqnW1467z9s9c for ; Mon, 17 Jan 2022 22:44:30 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 2F80B8136D; Mon, 17 Jan 2022 11:44:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KnDFg2jIyozP; Mon, 17 Jan 2022 11:44:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 6BDD781365; Mon, 17 Jan 2022 11:44:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9A5581BF419 for ; Mon, 17 Jan 2022 11:44:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8744881365 for ; Mon, 17 Jan 2022 11:44:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j2PXYPVG4xsg for ; Mon, 17 Jan 2022 11:44:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from exit1-us.msgsafe.io (exit1-us.msgsafe.io [104.131.125.206]) by smtp1.osuosl.org (Postfix) with ESMTPS id 620E181356 for ; Mon, 17 Jan 2022 11:44:21 +0000 (UTC) Received: from exit1-us.msgsafe.io (localhost [127.0.0.1]) by exit1-us.msgsafe.io (Postfix) with ESMTP id B8EAB3F465 for ; Mon, 17 Jan 2022 11:44:19 +0000 (UTC) X-Msgsafe-Uuid: 6db20ffc-caf7-4d68-9bb0-0ec0a031bd56 To: buildroot@buildroot.org Mime-Version: 1.1 (msgsafe.io) Message-Id: <20220117114419.B8EAB3F465@exit1-us.msgsafe.io> Date: Mon, 17 Jan 2022 11:44:19 +0000 (UTC) Subject: [Buildroot] package/vte: install to staging X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: rainbox2k12 via buildroot From: rainbox2k12 Reply-To: rainbox2k12 Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" 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 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 ------ 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