]> code.ossystems Code Review - openembedded-core.git/commit
libgloss_3.0.0.bb: Fix up mv pattern to include libnosys
authorNathan Rossi <nathan@nathanrossi.com>
Mon, 10 Sep 2018 12:42:38 +0000 (12:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Sep 2018 08:05:29 +0000 (09:05 +0100)
commit69ce8ba6cc610f310ae28d988d487918906e6ef9
tree46e0a144af84b09ee8cdacaa49bfd6f714ad9813
parentd633633f3d83467fe1f946c57e2e75e0e774ec7e
libgloss_3.0.0.bb: Fix up mv pattern to include libnosys

When installing libgloss libraries handle the ${TARGET_SYS}/lib contents
so that it is placed in ${libdir} instead of ${libdir}/lib. This
resolves a packaging QA issue.

  ERROR: libgloss-3.0.0-r0 do_package: QA Issue: libgloss:
  Files/directories were installed but not shipped in any package:
    /usr/lib/lib
    /usr/lib/lib/libnosys.a
    /usr/lib/lib/nosys.specs
  Please set FILES such that these items are packaged. Alternatively
  if they are unneeded, avoid installing them or delete them within
  do_install.
  libgloss: 3 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/newlib/libgloss_3.0.0.bb