One line change to meta package for systemd / openrc rebuild
Hecatron opened this issue · 3 comments
Hi,
I've recently gotten systemd working and I'm about to add something to the wiki for it (with a big experimental warning)
rpi-64bit-meta
I needed to add a one liner change to the meta package
From
>=sys-fs/eudev-3.2.9
To
!systemd? ( >=sys-fs/eudev-3.2.9 )
I think someone else has already put in a pull request for it
openrc
Part of the process involves rebuilding openrc without netifrc.
However the mainline has switched over to gcc-10 recently, which needs a patch to compile
PATCHES=("${FILESDIR}"/${PN}-0.42.1-gcc-10.patch)
This might be something for consideration for the next version, since I think your using a custom one in the overlay
Ack. Got to catch up on some real-world NMIs now after the push to get v1.6.0 released burned my last few days, but will address the above thereafter.
Thx, S.
cool thanks
OK, hopefully these two points are addressed now, via sakaki-/genpi64-overlay@4600d05 and sakaki-/genpi64-overlay@7a483b4.
Please reopen if not the case,
best,
S.