[Buildroot] [PATCH] package/udisks: install to staging

Wolfgang Grandegger wg at grandegger.com
Thu Oct 6 19:52:11 UTC 2022


UDisks2 provides an Library API [1] for accessing the UDisks2 service via
"libudisks2.so". For development of UDisks2 clients, install to staging
as well! This issue has been reported as bug [2] as well.

[1] http://storaged.org/doc/udisks2-api/2.9.4/ref-library.html[1]
[2] https://bugs.busybox.net/show_bug.cgi?id=15026

Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
---
  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.34.1




More information about the buildroot mailing list