summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>2018-02-08 17:48:51 +0530
committerArmin Kuster <akuster808@gmail.com>2018-02-17 09:42:58 -0800
commitf2c765ea985cf3bc497c3fa2b4559a1480f822ab (patch)
tree0215f5bf10e867ef3f8dd49ae04becb0d312e556
parenta5400486f50de27e348c263a04c15be1b6e08b51 (diff)
downloadmeta-security-f2c765ea985cf3bc497c3fa2b4559a1480f822ab.tar.gz
trousers: fix to ship leftover files into packages
While building <mlib>-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 <jkrishnanjanappa@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb18
1 files 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 = " \
67 " 67 "
68FILES_libtspi-dbg = " \ 68FILES_libtspi-dbg = " \
69 ${libdir}/.debug \ 69 ${libdir}/.debug \
70 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tspi \ 70 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tspi \
71 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trspi \ 71 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trspi \
72 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/*.h \ 72 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/*.h \
73 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/tss \ 73 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/tss \
74 " 74 "
75FILES_libtspi-dev = " \ 75FILES_libtspi-dev = " \
76 ${includedir} \ 76 ${includedir} \
@@ -93,11 +93,11 @@ FILES_${PN}-dev += "${libdir}/trousers"
93 93
94FILES_${PN}-dbg = " \ 94FILES_${PN}-dbg = " \
95 ${sbindir}/.debug \ 95 ${sbindir}/.debug \
96 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcs \ 96 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcs \
97 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcsd \ 97 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcsd \
98 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tddl \ 98 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tddl \
99 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trousers \ 99 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trousers \
100 ${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/trousers \ 100 ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/trousers \
101 " 101 "
102FILES_${PN}-doc = " \ 102FILES_${PN}-doc = " \
103 ${mandir}/man5 \ 103 ${mandir}/man5 \