All of lore.kernel.org
 help / color / mirror / Atom feed
* [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above
@ 2024-11-18  8:02 Jan Kiszka
  2024-11-18  8:40 ` Philippe Gerum
  2024-11-18 10:18 ` Florian Bezdeka
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Kiszka @ 2024-11-18  8:02 UTC (permalink / raw)
  To: Xenomai; +Cc: Pierre FICHEUX

From: Jan Kiszka <jan.kiszka@siemens.com>

libbpf is needed now to support the networking stack, and that is found
via pkg-config my meson.

Reported-by: Pierre FICHEUX <pierre.ficheux@smile.fr>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-xenomai/libevl/libevl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc
index 405be8b..fb82d09 100644
--- a/recipes-xenomai/libevl/libevl.inc
+++ b/recipes-xenomai/libevl/libevl.inc
@@ -17,7 +17,7 @@ DESCRIPTION ?= "libevl libraries and tools"
 SRC_URI += "file://debian"
 
 DEPENDS = "linux-xenomai-4"
-DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson"
+DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson, pkg-config, libbpf-dev"
 
 TEMPLATE_FILES = "debian/control.tmpl"
 TEMPLATE_VARS += "DEBIAN_BUILD_DEPENDS"
-- 
2.43.0

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

end of thread, other threads:[~2024-11-18 11:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  8:02 [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above Jan Kiszka
2024-11-18  8:40 ` Philippe Gerum
2024-11-18 10:18 ` Florian Bezdeka
2024-11-18 11:46   ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.