]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix installed-vs-shipped when 64bit + multilib
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 30 Dec 2015 01:39:11 +0000 (17:39 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:05 +0000 (13:40 +0000)
commit8a96dbe5dd44e1c80aef7b8efe5820dee96a5bd7
tree0dc0777318e45548c9d67581f3e592fe408c4448
parent849abbb0a779cfc4a6f5bbde49ba41e005e65fa8
python3: fix installed-vs-shipped when 64bit + multilib

Fixed:
python3-3.5.0: python3: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/python3.5
  /usr/lib/python3.5/config-3.5m
  /usr/lib/python3.5/config-3.5m/python.o
  /usr/lib/python3.5/config-3.5m/Setup.local
  /usr/lib/python3.5/config-3.5m/Setup
  /usr/lib/python3.5/config-3.5m/python-config.py
  /usr/lib/python3.5/config-3.5m/install-sh
  /usr/lib/python3.5/config-3.5m/config.c.in
  /usr/lib/python3.5/config-3.5m/makesetup
  /usr/lib/python3.5/config-3.5m/Setup.config
  /usr/lib/python3.5/config-3.5m/config.c
  /usr/lib/python3.5/config-3.5m/Makefile
  /usr/lib/python3.5/config-3.5m/libpython3.5m.a
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
python3: 14 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3/configure.ac-fix-LIBPL.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.0.bb