[oe] [meta-oe][PATCH] xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64

Khem Raj raj.khem at gmail.com
Tue Nov 1 16:47:46 UTC 2016


> On Oct 30, 2016, at 9:12 PM, ting.liu at nxp.com wrote:
> 
> From: Ting Liu <ting.liu at nxp.com>
> 
> commit 'ad5d2ff6c782a3319aedc25cc641574e39328460 xterm: 308 -> 320' changed
> FILES_${PN} from "/usr/lib/X11" to "${libdir}/X11". This leads to QA issue
> on ppc64 which defines libdir as /usr/lib64:
> ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package:
>  /usr/lib
>  /usr/lib/X11
>  /usr/lib/X11/app-defaults
>  /usr/lib/X11/app-defaults/UXTerm
>  /usr/lib/X11/app-defaults/KOI8RXTerm-color
>  /usr/lib/X11/app-defaults/XTerm-color
>  /usr/lib/X11/app-defaults/UXTerm-color
>  /usr/lib/X11/app-defaults/KOI8RXTerm
>  /usr/lib/X11/app-defaults/XTerm
> 
> Restore the setting of FILES_${PN} to package the installed ASCII text files.
> 
> Signed-off-by: Ting Liu <ting.liu at nxp.com>
> ---
> meta-oe/recipes-graphics/xorg-app/xterm_325.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
> index e0baf3c..a627af0 100644
> --- a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
> +++ b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
> @@ -27,4 +27,4 @@ do_configure() {
>     oe_runconf
> }
> 
> -FILES_${PN} += "${libdir}/X11"
> +FILES_${PN} += "/usr/lib/X11”

should it be ${nonarch_libdir}/x11

> --
> 2.7.4
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20161101/7558dbec/attachment-0002.sig>


More information about the Openembedded-devel mailing list