Skip to content

DLPX-93738 LTS 24.04: remove make-jpkg as it's unnecessary on 24.04 #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package-lists/build/main.pkgs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gdb-python
grub2
host-jdks
libkdumpfile
make-jpkg
makedumpfile
masking
misc-debs
Expand Down
12 changes: 6 additions & 6 deletions packages/drgn/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ UPSTREAM_GIT_URL="https://github.com/osandov/drgn.git"
UPSTREAM_GIT_BRANCH="main"

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

Expand Down
30 changes: 0 additions & 30 deletions packages/make-jpkg/config.sh

This file was deleted.