package/openrc: new package
authorMichał Łyszczek <michal.lyszczek@bofc.pl>
Sun, 12 May 2019 19:55:38 +0000 (21:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 May 2019 20:43:44 +0000 (22:43 +0200)
commite6cf0897418d1c471376737209e82179f77c9ffe
tree63617641e19eecd1a834f94b0f0b2986c0860eaf
parent769d4c6160a106a57271ff8ffc7c2011c39bfad2
package/openrc: new package

This adds openrc init system package. This performs default openrc
installation with openrc-init that acts as pid1.

MKPKGCONFIG=no:
openrc does not use pkg-config per se, if MKPKGCONFIG is enabled,
it will just install *.pc files on rootfs for other programs to
find librc and libeinfo. These libs expose C api to control openrc
(al rc-* functions use it). From the looks of it, these libs would
be usefull if user wanted to write his own programs to manage
services, and vast majority of people using openrc won't need it.
Also, that's the reason why there is not INSTALL_STAGING=yes.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/openrc/Config.in [new file with mode: 0644]
package/openrc/openrc.hash [new file with mode: 0644]
package/openrc/openrc.mk [new file with mode: 0644]