All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/udisks: install to staging
@ 2022-10-07  7:27 Wolfgang Grandegger
  2022-10-07 16:28 ` Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wolfgang Grandegger @ 2022-10-07  7:27 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Marek Belisko

UDisks2 provides a Library API [1] for accessing the UDisks2 service
via "libudisks2.so". For development of UDisks2 clients, install to
staging as well!

[1] http://storaged.org/doc/udisks2-api/2.9.4/ref-library.html

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
---

-Changes since v1:
  Remove note about the reported bug and add authors listed by
  "utils/get-developers".

  package/udisks/udisks.mk | 1 +
  1 file changed, 1 insertion(+)

diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
index 2bf519a2cc..959333d01f 100644
--- a/package/udisks/udisks.mk
+++ b/package/udisks/udisks.mk
@@ -10,6 +10,7 @@ UDISKS_SITE = https://github.com/storaged-project/udisks/releases/download/udisk
  UDISKS_LICENSE = GPL-2.0+
  UDISKS_LICENSE_FILES = COPYING
  UDISKS_CPE_ID_VENDOR = freedesktop
+UDISKS_INSTALL_STAGING = YES
  
  UDISKS_DEPENDENCIES = \
  	host-pkgconf \
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/udisks: install to staging
  2022-10-07  7:27 [Buildroot] [PATCH v2] package/udisks: install to staging Wolfgang Grandegger
@ 2022-10-07 16:28 ` Giulio Benetti
  2022-11-01 22:27 ` Thomas Petazzoni via buildroot
  2022-11-13 21:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2022-10-07 16:28 UTC (permalink / raw)
  To: Wolfgang Grandegger, buildroot; +Cc: Marek Belisko

Hi Wolfgang,

On 07/10/22 09:27, Wolfgang Grandegger wrote:
> UDisks2 provides a Library API [1] for accessing the UDisks2 service
> via "libudisks2.so". For development of UDisks2 clients, install to
> staging as well!
> 
> [1] http://storaged.org/doc/udisks2-api/2.9.4/ref-library.html
> 
> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>

Just checked with buildroot/test-pkg and it works correctly. Commit log
looks ok to me so:
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards
-- 
Giulio Benetti
CEO/CTO@Benetti Engineering sas

> ---
> 
> -Changes since v1:
>   Remove note about the reported bug and add authors listed by
>   "utils/get-developers".
> 
>   package/udisks/udisks.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
> index 2bf519a2cc..959333d01f 100644
> --- a/package/udisks/udisks.mk
> +++ b/package/udisks/udisks.mk
> @@ -10,6 +10,7 @@ UDISKS_SITE = 
> https://github.com/storaged-project/udisks/releases/download/udisk
>   UDISKS_LICENSE = GPL-2.0+
>   UDISKS_LICENSE_FILES = COPYING
>   UDISKS_CPE_ID_VENDOR = freedesktop
> +UDISKS_INSTALL_STAGING = YES
> 
>   UDISKS_DEPENDENCIES = \
>       host-pkgconf \

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/udisks: install to staging
  2022-10-07  7:27 [Buildroot] [PATCH v2] package/udisks: install to staging Wolfgang Grandegger
  2022-10-07 16:28 ` Giulio Benetti
@ 2022-11-01 22:27 ` Thomas Petazzoni via buildroot
  2022-11-13 21:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:27 UTC (permalink / raw)
  To: Wolfgang Grandegger; +Cc: Giulio Benetti, Marek Belisko, buildroot

On Fri, 7 Oct 2022 09:27:37 +0200
Wolfgang Grandegger <wg@grandegger.com> wrote:

> UDisks2 provides a Library API [1] for accessing the UDisks2 service
> via "libudisks2.so". For development of UDisks2 clients, install to
> staging as well!
> 
> [1] http://storaged.org/doc/udisks2-api/2.9.4/ref-library.html
> 
> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
> ---

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/udisks: install to staging
  2022-10-07  7:27 [Buildroot] [PATCH v2] package/udisks: install to staging Wolfgang Grandegger
  2022-10-07 16:28 ` Giulio Benetti
  2022-11-01 22:27 ` Thomas Petazzoni via buildroot
@ 2022-11-13 21:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-11-13 21:18 UTC (permalink / raw)
  To: Wolfgang Grandegger; +Cc: Giulio Benetti, Marek Belisko, buildroot

>>>>> "Wolfgang" == Wolfgang Grandegger <wg@grandegger.com> writes:

 > UDisks2 provides a Library API [1] for accessing the UDisks2 service
 > via "libudisks2.so". For development of UDisks2 clients, install to
 > staging as well!

 > [1] http://storaged.org/doc/udisks2-api/2.9.4/ref-library.html

 > Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
 > ---

 > -Changes since v1:
 >   Remove note about the reported bug and add authors listed by
 >   "utils/get-developers".

Committed to 2022.08.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-13 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07  7:27 [Buildroot] [PATCH v2] package/udisks: install to staging Wolfgang Grandegger
2022-10-07 16:28 ` Giulio Benetti
2022-11-01 22:27 ` Thomas Petazzoni via buildroot
2022-11-13 21:18 ` 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.