Re: [OE-core] [PATCH v2] shadow: install manpages

2024-04-23 Thread Ross Burton
On 11 Apr 2024, at 23:36, Dan McGregor via lists.openembedded.org wrote: > +do_install:append:class-nativesdk() { > + oe_runmake -C ${B}/man DESTDIR="${D}" sbindir="${base_sbindir}" > usbindir="${sbindir}" install-man > +} > + > +do_install:append:class-target() { > + oe_runmake -C ${B}/man

[OE-core] [PATCH v2] shadow: install manpages

2024-04-11 Thread Dan McGregor
Install the manpages for shadow, and also make the conflicting manpages alternatives in util-linux. Signed-off-by: Daniel McGregor --- meta/recipes-core/util-linux/util-linux_2.39.3.bb | 3 +++ meta/recipes-extended/shadow/shadow.inc | 12 2 files changed, 15