[Buildroot] [git commit branch/2022.02.x] package/udisks: install to staging

Peter Korsgaard peter at korsgaard.com
Sun Nov 13 21:17:05 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=0f3f3b8f914c40a1046cfacbef4c10ba21f84ec6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

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 at grandegger.com>
Reviewed-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit f66221589fe9a2107f1ef4709875bb8efdb41d2a)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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 \



More information about the buildroot mailing list