Re: [oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-03-05 Thread Martin Jansa
On Thu, Feb 27, 2014 at 02:18:22PM +1100, Jonathan Liu wrote: The resize program is useful on its own without xterm. For example, it may be used to resize a serial console. Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 11 ++- 1

[oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-02-26 Thread Jonathan Liu
The resize program is useful on its own without xterm. For example, it may be used to resize a serial console. Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-02-26 Thread Khem Raj
On Wed, Feb 26, 2014 at 7:18 PM, Jonathan Liu net...@gmail.com wrote: -FILES_${PN} += /usr/lib/X11 +PACKAGES =+ ${PN}-resize ${PN}-resize-dbg ${PN}-resize-doc + +FILES_${PN} += ${libdir}/X11 Multilib case needs testing since libdir will change in that case