All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] lsb: fix installed-vs-shipped when build with multilib
@ 2015-03-19  9:05 Robert Yang
  2015-03-19  9:05 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2015-03-19  9:05 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a:

  systemd: fix /var/log/journal ownership (2015-03-16 17:38: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 when build with multilib

 meta/recipes-extended/lsb/lsb_4.1.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] lsb: fix installed-vs-shipped when build with multilib
  2015-03-19  9:05 [PATCH 0/1] lsb: fix installed-vs-shipped when build with multilib Robert Yang
@ 2015-03-19  9:05 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-03-19  9:05 UTC (permalink / raw)
  To: openembedded-core

The init-functions had been installed to /lib/lsb/init-functions
according to lsb spec, then there is an installed-vs-shipped issue when
build with multilib:

ERROR: QA Issue: lsb: Files/directories were installed but not shipped
  /lib
  /lib/lsb
  /lib/lsb/init-functions [installed-vs-shipped]

Fix the issue and indent.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/lsb/lsb_4.1.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb
index f05c30c..1ae1e26 100644
--- a/meta/recipes-extended/lsb/lsb_4.1.bb
+++ b/meta/recipes-extended/lsb/lsb_4.1.bb
@@ -116,6 +116,7 @@ do_install_append(){
        fi
 }
 FILES_${PN} += "/lib64 \
-		/usr/lib/lsb \
+                /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-03-19  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19  9:05 [PATCH 0/1] lsb: fix installed-vs-shipped when build with multilib Robert Yang
2015-03-19  9:05 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.