All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo
@ 2020-07-06  1:09 James Hilliard
  2020-07-07 21:05 ` Yann E. MORIN
  2020-07-20 19:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2020-07-06  1:09 UTC (permalink / raw)
  To: buildroot

This won't enable install to staging unless capitalized.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/libcamera/libcamera.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index ebdf2dba34..a39e9f1c3e 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -16,7 +16,7 @@ LIBCAMERA_CONF_OPTS = \
 	-Dandroid=false \
 	-Ddocumentation=false \
 	-Dtest=false
-LIBCAMERA_INSTALL_STAGING = yes
+LIBCAMERA_INSTALL_STAGING = YES
 LIBCAMERA_LICENSE = \
 	LGPL-2.1+ (library), \
 	GPL-2.0+ (utils), \
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo
  2020-07-06  1:09 [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo James Hilliard
@ 2020-07-07 21:05 ` Yann E. MORIN
  2020-07-20 19:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-07-07 21:05 UTC (permalink / raw)
  To: buildroot

James, All,

On 2020-07-05 19:09 -0600, James Hilliard spake thusly:
> This won't enable install to staging unless capitalized.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libcamera/libcamera.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
> index ebdf2dba34..a39e9f1c3e 100644
> --- a/package/libcamera/libcamera.mk
> +++ b/package/libcamera/libcamera.mk
> @@ -16,7 +16,7 @@ LIBCAMERA_CONF_OPTS = \
>  	-Dandroid=false \
>  	-Ddocumentation=false \
>  	-Dtest=false
> -LIBCAMERA_INSTALL_STAGING = yes
> +LIBCAMERA_INSTALL_STAGING = YES
>  LIBCAMERA_LICENSE = \
>  	LGPL-2.1+ (library), \
>  	GPL-2.0+ (utils), \
> -- 
> 2.25.1
> 
> _______________________________________________
> 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 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo
  2020-07-06  1:09 [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo James Hilliard
  2020-07-07 21:05 ` Yann E. MORIN
@ 2020-07-20 19:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-20 19:56 UTC (permalink / raw)
  To: buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > This won't enable install to staging unless capitalized.
 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-20 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06  1:09 [Buildroot] [PATCH 1/1] package/libcamera: fix install staging typo James Hilliard
2020-07-07 21:05 ` Yann E. MORIN
2020-07-20 19:56 ` Peter Korsgaard

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.