From 13bff441aec1109d0180965892803c784d765a38 Mon Sep 17 00:00:00 2001 From: Zhixiong Chi Date: Mon, 21 Nov 2022 18:49:41 -0800 Subject: [PATCH] kpatch: drop the unnecessary dependencies while target build disabled With kpatch target build disabled, these packages are not needed any more, so we remove them now. TestPlan: Pass: build-pkgs -c -p kpatch Pass: build-image Story: 2009221 Task: 44580 Depends-On: https://review.opendev.org/c/starlingx/kernel/+/865249 Signed-off-by: Zhixiong Chi Change-Id: Ic13750434782903c5bedf4ec4adcc6d778dba938 --- livepatch/kpatch/debian/deb_folder/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livepatch/kpatch/debian/deb_folder/control b/livepatch/kpatch/debian/deb_folder/control index d480978d3..e6c022536 100644 --- a/livepatch/kpatch/debian/deb_folder/control +++ b/livepatch/kpatch/debian/deb_folder/control @@ -27,7 +27,7 @@ Homepage: http://github.com/dynup/kpatch Package: kpatch Architecture: linux-amd64 Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-headers-5.10.0-6-amd64 +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Runtime tools for Kpatch kpatch is a Linux dynamic kernel patching tool which allows you to patch a running kernel without rebooting or restarting any processes. It enables @@ -38,7 +38,7 @@ Description: Runtime tools for Kpatch Package: kpatch-build Architecture: linux-amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev, linux-source-5.10, kernel-wedge, gawk, bc +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: ccache Description: Build Tools for Kpatch and Livepatch kpatch-build is a tool that can build both kpatch and livepatch modules from