All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libcpprestsdk: install to staging
@ 2019-08-13 20:37 Fabrice Fontaine
  2019-08-13 21:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-08-13 20:37 UTC (permalink / raw)
  To: buildroot

libcpprestsdk is a library so it makes sense to install it in
staging even if no current package is using it for now

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=11936

Signed-off-by: Hein Gustavsen <hein.gustavsen@miros-group.com>

[Retrieved (and slightly update commit message) from:
https://bugs.buildroot.org/show_bug.cgi?id=11936]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libcpprestsdk/libcpprestsdk.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libcpprestsdk/libcpprestsdk.mk b/package/libcpprestsdk/libcpprestsdk.mk
index 81a8bf71f4..8b9c7d4da7 100644
--- a/package/libcpprestsdk/libcpprestsdk.mk
+++ b/package/libcpprestsdk/libcpprestsdk.mk
@@ -9,6 +9,7 @@ LIBCPPRESTSDK_SITE = $(call github,Microsoft,cpprestsdk,v$(LIBCPPRESTSDK_VERSION
 LIBCPPRESTSDK_LICENSE = MIT
 LIBCPPRESTSDK_LICENSE_FILES = license.txt
 LIBCPPRESTSDK_SUBDIR = Release
+LIBCPPRESTSDK_INSTALL_STAGING = YES
 LIBCPPRESTSDK_DEPENDENCIES += host-pkgconf boost openssl zlib
 LIBCPPRESTSDK_CONF_OPTS = -DWERROR=OFF -DBUILD_SAMPLES=OFF
 
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/libcpprestsdk: install to staging
  2019-08-13 20:37 [Buildroot] [PATCH 1/1] package/libcpprestsdk: install to staging Fabrice Fontaine
@ 2019-08-13 21:02 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-08-13 21:02 UTC (permalink / raw)
  To: buildroot

On Tue, 13 Aug 2019 22:37:30 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> libcpprestsdk is a library so it makes sense to install it in
> staging even if no current package is using it for now
> 
> Fixes:
>  - https://bugs.buildroot.org/show_bug.cgi?id=11936
> 
> Signed-off-by: Hein Gustavsen <hein.gustavsen@miros-group.com>
> 
> [Retrieved (and slightly update commit message) from:
> https://bugs.buildroot.org/show_bug.cgi?id=11936]
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libcpprestsdk/libcpprestsdk.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

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

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

end of thread, other threads:[~2019-08-13 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 20:37 [Buildroot] [PATCH 1/1] package/libcpprestsdk: install to staging Fabrice Fontaine
2019-08-13 21:02 ` 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.