project.conf: Make OpenEmbedded build work

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-19 10:11:02 +00:00
commit 753ad90160

View file

@ -34,7 +34,22 @@ release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-c
[pkg.requires.yocto]
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]
rm -f /usr/bin/jcs
[pkg.run.postun]
rm -f /usr/bin/jcs