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 <zhixiong.chi@windriver.com> Change-Id: Ic13750434782903c5bedf4ec4adcc6d778dba938
This commit is contained in:
parent
92f9fedbb3
commit
13bff441ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user