From 954c3fb9144c845011cf6b4ed43e7b420b3e47e6 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 7 Feb 2023 14:01:16 +0100 Subject: [PATCH] libvirt: libtirpc removed from dependencies as now core package Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index 6058355ca1..ebe777bc29 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 32 +PAK_VER = 33 -DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu +DEPS = ebtables libpciaccess libyajl ncat qemu SERVICES = libvirtd virtlogd -- 2.39.5