pmbootstrap/pmb/aportgen
Minecrell f565d6e153
pmb.aportgen.linux: cleanup makedepends (!1880)
Newer kernels require "bison" and "flex", so to easy porting we should
add them to generated APKBUILDs by default. While we are it, clean up
the default set of dependencies a bit:

  - installkernel is only needed when using "make zinstall", which
    we are not using in downstream_package (it requires special kernel
    configuration, so it's not really suitable for downstream...)

  - most kernels seem to compile fine without gmp-dev and elfutils-dev,
    so they should only be added when needed

  - the kernel has its own headers, why do we need linux-headers?
    (probably copied from Alpine, but anyway...)

  - add openssl-dev since it is needed for building/signing kernel modules

Useful reference: https://www.kernel.org/doc/html/latest/process/changes.html
Although it mentions much more than what is really needed...
2020-03-01 10:27:15 +01:00
..
__init__.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
binutils.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
busybox_static.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
core.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
device.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
gcc.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
grub_efi.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
linux.py pmb.aportgen.linux: cleanup makedepends (!1880) 2020-03-01 10:27:15 +01:00
musl.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00