Re: [OE-core] [PATCH 1/2] oe-core: Update alternatives of man pages

2016-02-23 Thread Burton, Ross
On 23 February 2016 at 11:47, wrote: > +ALTERNATIVE_${PN}-doc += "eject.1 su.1" > WARNING: util-linux-2.27.1-r0 do_package: util-linux: alternative target (/usr/share/man/man1/su.1 or /usr/share/man/man1/su.1.util-linux) does not exist, skipping... WARNING: util-linux-2.27.1-r0 do_package: util-

[OE-core] [PATCH 1/2] oe-core: Update alternatives of man pages

2016-02-23 Thread guojian.zhou
From: Guojian Zhou Update alternatives of man pages between util-linx and shadow packages. Signed-off-by: Guojian Zhou --- meta/recipes-core/util-linux/util-linux.inc | 3 +++ meta/recipes-extended/shadow/shadow.inc | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/me