mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
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:
parent
e2098ec90a
commit
84f1ad66f6
3 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue