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

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.