All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] cryptsetup: install to staging
@ 2017-03-05 15:19 Thomas Petazzoni
  2017-03-05 15:34 ` Yann E. MORIN
  2017-03-05 20:35 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-05 15:19 UTC (permalink / raw)
  To: buildroot

cryptsetup installs a library and a header file, so it makes sense to
install it to staging.

Fixes bug #9691.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/cryptsetup/cryptsetup.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
index 50bf5f2..6081009 100644
--- a/package/cryptsetup/cryptsetup.mk
+++ b/package/cryptsetup/cryptsetup.mk
@@ -12,6 +12,7 @@ CRYPTSETUP_DEPENDENCIES = lvm2 popt util-linux host-pkgconf \
 	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
 CRYPTSETUP_LICENSE = GPLv2+ (programs), LGPLv2.1+ (library)
 CRYPTSETUP_LICENSE_FILES = COPYING COPYING.LGPL
+CRYPTSETUP_INSTALL_STAGING = YES
 
 ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
 CRYPTSETUP_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -lintl"
-- 
2.7.4

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

* [Buildroot] [PATCH] cryptsetup: install to staging
  2017-03-05 15:19 [Buildroot] [PATCH] cryptsetup: install to staging Thomas Petazzoni
@ 2017-03-05 15:34 ` Yann E. MORIN
  2017-03-05 20:36   ` Thomas Petazzoni
  2017-03-05 20:35 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2017-03-05 15:34 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2017-03-05 16:19 +0100, Thomas Petazzoni spake thusly:
> cryptsetup installs a library and a header file, so it makes sense to
> install it to staging.
> 
> Fixes bug #9691.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Reviewed-by: Me 

Regards,
Yann E. MORIN.

> ---
>  package/cryptsetup/cryptsetup.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
> index 50bf5f2..6081009 100644
> --- a/package/cryptsetup/cryptsetup.mk
> +++ b/package/cryptsetup/cryptsetup.mk
> @@ -12,6 +12,7 @@ CRYPTSETUP_DEPENDENCIES = lvm2 popt util-linux host-pkgconf \
>  	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
>  CRYPTSETUP_LICENSE = GPLv2+ (programs), LGPLv2.1+ (library)
>  CRYPTSETUP_LICENSE_FILES = COPYING COPYING.LGPL
> +CRYPTSETUP_INSTALL_STAGING = YES
>  
>  ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
>  CRYPTSETUP_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -lintl"
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] cryptsetup: install to staging
  2017-03-05 15:19 [Buildroot] [PATCH] cryptsetup: install to staging Thomas Petazzoni
  2017-03-05 15:34 ` Yann E. MORIN
@ 2017-03-05 20:35 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-05 20:35 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  5 Mar 2017 16:19:11 +0100, Thomas Petazzoni wrote:
> cryptsetup installs a library and a header file, so it makes sense to
> install it to staging.
> 
> Fixes bug #9691.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/cryptsetup/cryptsetup.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] cryptsetup: install to staging
  2017-03-05 15:34 ` Yann E. MORIN
@ 2017-03-05 20:36   ` Thomas Petazzoni
  2017-03-05 21:55     ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-05 20:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 5 Mar 2017 16:34:22 +0100, Yann E. MORIN wrote:

> > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  
> 
> Reviewed-by: Me 

Thanks for reviewing. However, it would be nicer if your Reviewed-by
tag had been a real one: remember they are picked up by patchwork, and
therefore I don't have to manually add Reviewed-by/Tested-by/Acked-by
tags when applying... except when people use them like you did :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] cryptsetup: install to staging
  2017-03-05 20:36   ` Thomas Petazzoni
@ 2017-03-05 21:55     ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2017-03-05 21:55 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2017-03-05 21:36 +0100, Thomas Petazzoni spake thusly:
> On Sun, 5 Mar 2017 16:34:22 +0100, Yann E. MORIN wrote:
> 
> > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  
> > 
> > Reviewed-by: Me 
> 
> Thanks for reviewing. However, it would be nicer if your Reviewed-by
> tag had been a real one: remember they are picked up by patchwork, and
> therefore I don't have to manually add Reviewed-by/Tested-by/Acked-by
> tags when applying... except when people use them like you did :-)

Damn, autocompletion snafu...

Thanks for fixing.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2017-03-05 21:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-05 15:19 [Buildroot] [PATCH] cryptsetup: install to staging Thomas Petazzoni
2017-03-05 15:34 ` Yann E. MORIN
2017-03-05 20:36   ` Thomas Petazzoni
2017-03-05 21:55     ` Yann E. MORIN
2017-03-05 20:35 ` 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.