public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] kselftest/kselftest.inc: update fuse package for bookworm
@ 2023-07-20  5:10 Srinuvasan Arjunan
  2023-07-31 11:56 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Srinuvasan Arjunan @ 2023-07-20  5:10 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

Now bookworm requires the fuse3 package instead of fuse, hence add a
provision to add fuse package based on BASE_DISTRO_CODENAME.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 meta/recipes-kernel/kselftest/kselftest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kselftest/kselftest.inc b/meta/recipes-kernel/kselftest/kselftest.inc
index eb61582..aedb685 100644
--- a/meta/recipes-kernel/kselftest/kselftest.inc
+++ b/meta/recipes-kernel/kselftest/kselftest.inc
@@ -20,7 +20,7 @@ DEBIAN_BUILD_DEPENDS ?= " \
     rsync, \
     flex,  \
     bison, \
-    fuse, \
+    ${@ 'fuse3' if d.getVar('BASE_DISTRO_CODENAME') == 'bookworm' else 'fuse'}, \
     libelf-dev:native, \
     libcap-ng-dev:native, \
     libpopt-dev:native, \
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-31 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20  5:10 [PATCH] kselftest/kselftest.inc: update fuse package for bookworm Srinuvasan Arjunan
2023-07-31 11:56 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox