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.c...@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/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-