mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
project.conf: Add some dependencies for building with yocto
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ab51bdd20d
commit
0c04c0fccd
1 changed files with 7 additions and 3 deletions
|
|
@ -15,8 +15,8 @@ jw-maintainer = jan
|
|||
libname = none
|
||||
|
||||
[pkg.requires.os]
|
||||
run = python, sudo
|
||||
build = cvs, make, inkscape, xdg-utils
|
||||
run = python, sudo, bash, gawk
|
||||
build = make, xdg-utils, coreutils
|
||||
|
||||
[pkg.requires.centos]
|
||||
run = hostname
|
||||
|
|
@ -27,10 +27,14 @@ release = rpm-build
|
|||
build = realpath, pkg-config
|
||||
|
||||
[pkg.requires.suse]
|
||||
release = rpmbuild, pkg-config
|
||||
release = rpmbuild, pkg-config, python3-base
|
||||
|
||||
[pkg.requires.debian]
|
||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||
|
||||
[pkg.requires.yocto]
|
||||
run = python3-core
|
||||
build = coreutils-native
|
||||
|
||||
[pkg.run.post]
|
||||
rm -f /usr/bin/jcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue