mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
libname = none
|
||||||
|
|
||||||
[pkg.requires.os]
|
[pkg.requires.os]
|
||||||
run = python, sudo
|
run = python, sudo, bash, gawk
|
||||||
build = cvs, make, inkscape, xdg-utils
|
build = make, xdg-utils, coreutils
|
||||||
|
|
||||||
[pkg.requires.centos]
|
[pkg.requires.centos]
|
||||||
run = hostname
|
run = hostname
|
||||||
|
|
@ -27,10 +27,14 @@ release = rpm-build
|
||||||
build = realpath, pkg-config
|
build = realpath, pkg-config
|
||||||
|
|
||||||
[pkg.requires.suse]
|
[pkg.requires.suse]
|
||||||
release = rpmbuild, pkg-config
|
release = rpmbuild, pkg-config, python3-base
|
||||||
|
|
||||||
[pkg.requires.debian]
|
[pkg.requires.debian]
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||||
|
|
||||||
|
[pkg.requires.yocto]
|
||||||
|
run = python3-core
|
||||||
|
build = coreutils-native
|
||||||
|
|
||||||
[pkg.run.post]
|
[pkg.run.post]
|
||||||
rm -f /usr/bin/jcs
|
rm -f /usr/bin/jcs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue