mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
project.conf: Make OpenEmbedded build work
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
548b4bc960
commit
753ad90160
1 changed files with 16 additions and 1 deletions
|
|
@ -34,7 +34,22 @@ release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-c
|
||||||
|
|
||||||
[pkg.requires.yocto]
|
[pkg.requires.yocto]
|
||||||
run = python3-core
|
run = python3-core
|
||||||
build = coreutils-native
|
build = coreutils-native, xdg-utils-native
|
||||||
|
|
||||||
|
[pkg.run.pre.yocto]
|
||||||
|
case "$1" in
|
||||||
|
0)
|
||||||
|
;;
|
||||||
|
1)
|
||||||
|
groupadd www
|
||||||
|
useradd -G www wwwrun
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
[pkg.run.post]
|
[pkg.run.post]
|
||||||
rm -f /usr/bin/jcs
|
rm -f /usr/bin/jcs
|
||||||
|
|
||||||
|
[pkg.run.postun]
|
||||||
|
rm -f /usr/bin/jcs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue