diff mbox series

libostree: install to staging

Message ID 20171207120342.25585-1-marcus.folkesson@gmail.com
State Accepted
Commit 10ddb4b1dd6d01d0f1f918feefe9a6bca83c9a66
Headers show
Series libostree: install to staging | expand

Commit Message

Marcus Folkesson Dec. 7, 2017, 12:03 p.m. UTC
Install the libraries to staging to be usable by other packages.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/libostree.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Dec. 7, 2017, 9:32 p.m. UTC | #1
>>>>> "Marcus" == Marcus Folkesson <marcus.folkesson@gmail.com> writes:

 > Install the libraries to staging to be usable by other packages.
 > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index 0e5eef717b..b43c228068 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -11,6 +11,7 @@  LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOST
 LIBOSTREE_LICENSE = GPL-2.0+
 LIBOSTREE_LICENSE_FILES = COPYING
 LIBOSTREE_DEPENDENCIES = e2fsprogs host-pkgconf libfuse libglib2 libgpgme xz
+LIBOSTREE_INSTALL_STAGING = YES
 
 LIBOSTREE_CONF_OPTS += \
 	--with-gpgme-prefix=$(STAGING_DIR)/usr \