[elbe-devel] [PATCH] examples/beaglebone: fix btrfs-progs install

Manuel Traut manut at linutronix.de
Mon May 6 18:17:52 CEST 2019


validation.txt reports

- package btrfs-progs is not installed

This is because btrfs-progs depends on libzstd1 from
stretch-backports.

Specify libzstd1 to be used from backports.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 examples/armhf-ti-beaglebone-black.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index 3b913c6d..f91409ec 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -142,6 +142,7 @@
 			<pkg>systemd</pkg>
 			<!-- install a package from backports -->
 			<pkg pin="stretch-backports">btrfs-progs</pkg>
+			<pkg pin="stretch-backports">libzstd1</pkg>
 			<!-- install the gpiotest built by pbuilder  -->
 			<pkg>gpiotest</pkg>
 		</pkg-list>
-- 
2.20.1




More information about the elbe-devel mailing list