[Buildroot] [git commit branch/next] package/tinycompress: install to staging

Peter Korsgaard peter at korsgaard.com
Wed Feb 8 10:52:45 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=5ee78c0a8b7854b4e8b260e1791909b8591ae5ed
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

This will be needed for upcoming pipewire compress offload support.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/tinycompress/tinycompress.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tinycompress/tinycompress.mk b/package/tinycompress/tinycompress.mk
index 062233ec80..c9cfbb574b 100644
--- a/package/tinycompress/tinycompress.mk
+++ b/package/tinycompress/tinycompress.mk
@@ -9,5 +9,6 @@ TINYCOMPRESS_SOURCE = tinycompress-$(TINYCOMPRESS_VERSION).tar.bz2
 TINYCOMPRESS_SITE = https://www.alsa-project.org/files/pub/tinycompress
 TINYCOMPRESS_LICENSE = BSD-3-Clause and LGPL-2.1
 TINYCOMPRESS_LICENSE_FILES = COPYING
+TINYCOMPRESS_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))



More information about the buildroot mailing list