topdir.mk / projects-dir.mk: Remove BASE_PKGS

Move the dependencies listed in BASE_PKGS from projcts-dir.mk and
topdir.mk into project.conf.

Due to various hen-and-egg problems on a minimal system, in some
situations these packages can't be installed from project.conf. The
same is true with BASE_PKGS, however, so remove it, at least that
does away with some redundancy.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-03-15 11:36:35 +01:00
commit 84f1ad66f6
3 changed files with 7 additions and 8 deletions

View file

@ -18,9 +18,9 @@ libname = none
devel = jw-pkg-run = VERSION-REVISION
[pkg.requires.os]
run = bash
build = make, xdg-utils, coreutils, cpio
devel = sudo, make, gawk, pkg-config
run = bash, python3
build = make, time, xdg-utils, coreutils, cpio, xdg-utils, git-core
devel = sudo, gawk, pkg-config
[pkg.requires.centos]
run = hostname, python