All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cog: mark for installation to the staging tree
@ 2019-05-15 18:38 Adrian Perez de Castro
  2019-05-15 18:47 ` [Buildroot] [PATCH v2 " Adrian Perez de Castro
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Perez de Castro @ 2019-05-15 18:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2 1/1] package/cog: mark for installation to the staging tree
  2019-05-15 18:38 [Buildroot] [PATCH 1/1] package/cog: mark for installation to the staging tree Adrian Perez de Castro
@ 2019-05-15 18:47 ` Adrian Perez de Castro
  2019-05-18 19:57   ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Perez de Castro @ 2019-05-15 18:47 UTC (permalink / raw)
  To: buildroot

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 <aperez@igalia.com>

---
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2 1/1] package/cog: mark for installation to the staging tree
  2019-05-15 18:47 ` [Buildroot] [PATCH v2 " Adrian Perez de Castro
@ 2019-05-18 19:57   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-05-18 19:57 UTC (permalink / raw)
  To: buildroot

On Wed, 15 May 2019 21:47:04 +0300
Adrian Perez de Castro <aperez@igalia.com> wrote:

> 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 <aperez@igalia.com>
> 
> ---
> Changes v1 -> v2:
>   - Reword commit log.

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-18 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15 18:38 [Buildroot] [PATCH 1/1] package/cog: mark for installation to the staging tree Adrian Perez de Castro
2019-05-15 18:47 ` [Buildroot] [PATCH v2 " Adrian Perez de Castro
2019-05-18 19:57   ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.