* [PATCH 0/1] lsb: fix installed-vs-shipped for mips
@ 2015-11-26 2:32 Robert Yang
2015-11-26 2:32 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2015-11-26 2:32 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 80b3974081c4a8c604e23982a6db8fb32c616058:
sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:08:51 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/lsb
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/lsb
Robert Yang (1):
lsb: fix installed-vs-shipped for mips
meta/recipes-extended/lsb/lsb_4.1.bb | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] lsb: fix installed-vs-shipped for mips
2015-11-26 2:32 [PATCH 0/1] lsb: fix installed-vs-shipped for mips Robert Yang
@ 2015-11-26 2:32 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-11-26 2:32 UTC (permalink / raw)
To: openembedded-core
Fixed:
lsb-4.1: lsb: Files/directories were installed but not shipped in any package:
/lib32
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lsb: 1 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-extended/lsb/lsb_4.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb
index c9f6a8b..1180769 100644
--- a/meta/recipes-extended/lsb/lsb_4.1.bb
+++ b/meta/recipes-extended/lsb/lsb_4.1.bb
@@ -121,6 +121,7 @@ do_install_append(){
fi
}
FILES_${PN} += "/lib64 \
+ ${base_libdir} \
/usr/lib/lsb \
${base_libdir}/lsb/* \
/lib/lsb/* \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-26 2:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 2:32 [PATCH 0/1] lsb: fix installed-vs-shipped for mips Robert Yang
2015-11-26 2:32 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox