]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: fix installed-vs-shipped when 64bit + multilib rbt/python
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 29 Dec 2015 07:07:17 +0000 (23:07 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 30 Dec 2015 01:38:00 +0000 (17:38 -0800)
commitfdc1036bf695c32d2c515815968924464f3c054e
tree1af9d82537033caf7fa01e59502f541e34e14af0
parent1568f4fa1c8f8abd9b365ecd264841cd4f6b66b1
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>
meta/recipes-devtools/python/python3/configure.ac-fix-LIBPL.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.0.bb