From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Perez de Castro Date: Wed, 15 May 2019 21:47:04 +0300 Subject: [Buildroot] [PATCH v2 1/1] package/cog: mark for installation to the staging tree In-Reply-To: <20190515183854.28123-1-aperez@igalia.com> References: <20190515183854.28123-1-aperez@igalia.com> Message-ID: <20190515184704.34146-1-aperez@igalia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net The cog package includes libraries and headers, so installing it to the staging tree allows having those available for development. Signed-off-by: Adrian Perez de Castro --- Changes v1 -> v2: - Reword commit log. --- package/cog/cog.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/cog/cog.mk b/package/cog/cog.mk index 43f13152c8..44ea62185d 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -6,6 +6,7 @@ COG_VERSION = v0.2.0 COG_SITE = $(call github,Igalia,cog,$(COG_VERSION)) +COG_INSTALL_STAGING = YES COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo COG_LICENSE = MIT COG_LICENSE_FILES = COPYING -- 2.21.0