From f2c765ea985cf3bc497c3fa2b4559a1480f822ab Mon Sep 17 00:00:00 2001 From: Jagadeesh Krishnanjanappa Date: Thu, 8 Feb 2018 17:48:51 +0530 Subject: trousers: fix to ship leftover files into packages While building -trousers recipe, the below files are not shipped but has been installed. The patch packages them accordingly. -- snip -- WARNING: lib32-trousers-0.3.14+gitAUTOINC+4b9a70d578-r0 do_package: QA Issue: lib32-trousers: Files/directories were installed but not shipped in any package: /usr/src /usr/src/debug /usr/src/debug/lib32-trousers /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0 /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tcs /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/trspi /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tcsd /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tspi /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/include /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tddl -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/trousers/trousers_git.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb index e9f838e..fe8f557 100644 --- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb +++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb @@ -67,10 +67,10 @@ FILES_libtspi = " \ " FILES_libtspi-dbg = " \ ${libdir}/.debug \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tspi \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trspi \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/*.h \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/tss \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tspi \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trspi \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/*.h \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/tss \ " FILES_libtspi-dev = " \ ${includedir} \ @@ -93,11 +93,11 @@ FILES_${PN}-dev += "${libdir}/trousers" FILES_${PN}-dbg = " \ ${sbindir}/.debug \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcs \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcsd \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tddl \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trousers \ - ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/trousers \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcs \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcsd \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tddl \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trousers \ + ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/trousers \ " FILES_${PN}-doc = " \ ${mandir}/man5 \ -- cgit v1.2.3-54-g00ecf