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>
This commit is contained in:
Jagadeesh Krishnanjanappa
2018-02-08 17:48:51 +05:30
committed by Armin Kuster
parent a5400486f5
commit f2c765ea98
@@ -67,10 +67,10 @@ FILES_libtspi = " \
" "
FILES_libtspi-dbg = " \ FILES_libtspi-dbg = " \
${libdir}/.debug \ ${libdir}/.debug \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tspi \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tspi \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trspi \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trspi \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/*.h \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/*.h \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/tss \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/tss \
" "
FILES_libtspi-dev = " \ FILES_libtspi-dev = " \
${includedir} \ ${includedir} \
@@ -93,11 +93,11 @@ FILES_${PN}-dev += "${libdir}/trousers"
FILES_${PN}-dbg = " \ FILES_${PN}-dbg = " \
${sbindir}/.debug \ ${sbindir}/.debug \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcs \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcs \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tcsd \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tcsd \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/tddl \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/tddl \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/trousers \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/trousers \
${prefix}/src/debug/${BPN}/${PV}-${PR}/git/src/include/trousers \ ${prefix}/src/debug/${PN}/${PV}-${PR}/git/src/include/trousers \
" "
FILES_${PN}-doc = " \ FILES_${PN}-doc = " \
${mandir}/man5 \ ${mandir}/man5 \