diff mbox series

pango: fix install-vs-shipped QA error

Message ID 20221111031203.106507-1-Qi.Chen@windriver.com
State New
Headers show
Series pango: fix install-vs-shipped QA error | expand

Commit Message

ChenQi Nov. 11, 2022, 3:12 a.m. UTC
In do_install, files are installed in ${libexecdir}, but this
directory is not listed in FILES:${PN}. This will cause package QA
error.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-graphics/pango/pango_1.50.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander Kanavin Nov. 11, 2022, 6:12 a.m. UTC | #1
This should not be necessary with my latest patch.

Alex

On Fri 11. Nov 2022 at 4.12, Chen Qi <Qi.Chen@windriver.com> wrote:

> In do_install, files are installed in ${libexecdir}, but this
> directory is not listed in FILES:${PN}. This will cause package QA
> error.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/recipes-graphics/pango/pango_1.50.11.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/pango/pango_1.50.11.bb
> b/meta/recipes-graphics/pango/pango_1.50.11.bb
> index f545689811..f3714a4750 100644
> --- a/meta/recipes-graphics/pango/pango_1.50.11.bb
> +++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
> @@ -49,7 +49,7 @@ do_install:append() {
>
>  LEAD_SONAME = "libpango-1.0*"
>
> -FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
> +FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS} ${libexecdir}"
>
>  RDEPENDS:${PN}-ptest += "cantarell-fonts"
>  RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"
> --
> 2.37.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#173113):
> https://lists.openembedded.org/g/openembedded-core/message/173113
> Mute This Topic: https://lists.openembedded.org/mt/94951807/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/pango/pango_1.50.11.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
index f545689811..f3714a4750 100644
--- a/meta/recipes-graphics/pango/pango_1.50.11.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
@@ -49,7 +49,7 @@  do_install:append() {
 
 LEAD_SONAME = "libpango-1.0*"
 
-FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
+FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS} ${libexecdir}"
 
 RDEPENDS:${PN}-ptest += "cantarell-fonts"
 RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"