Skip to content

Commit 0b36681

Browse files
authored
DLPX-93738 LTS 24.04: remove make-jpkg as it's unnecessary on 24.04 (#342)
PR URL: https://www.github.com/delphix/linux-pkg/pull/342
1 parent 44530c9 commit 0b36681

File tree

3 files changed

+6
-37
lines changed

3 files changed

+6
-37
lines changed

package-lists/build/main.pkgs

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ gdb-python
1818
grub2
1919
host-jdks
2020
libkdumpfile
21-
make-jpkg
2221
makedumpfile
2322
masking
2423
misc-debs

packages/drgn/config.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ UPSTREAM_GIT_URL="https://github.com/osandov/drgn.git"
2323
UPSTREAM_GIT_BRANCH="main"
2424

2525
function prepare() {
26-
#
27-
# Strictly speaking libkdumpfile is not a hard prerequisite for
28-
# drgn itself, but it is a hard requirement in our use-case as
29-
# we do want to use drgn for kdump-compressed crash dumps.
30-
#
31-
logmust install_pkgs "$DEPDIR"/libkdumpfile/*.deb
26+
#
27+
# Strictly speaking libkdumpfile is not a hard prerequisite for
28+
# drgn itself, but it is a hard requirement in our use-case as
29+
# we do want to use drgn for kdump-compressed crash dumps.
30+
#
31+
logmust install_pkgs "$DEPDIR"/libkdumpfile/*.deb
3232
logmust install_build_deps_from_control_file
3333
}
3434

packages/make-jpkg/config.sh

-30
This file was deleted.

0 commit comments

Comments
 (0)