Files
poky/meta/recipes-devtools
Ross Burton 52fe6a79d9 python3: ensure that all forms of python3-config are in python3-dev
In multilib builds python3-config gets renamed to eg python3-config-lib64 but
this ends up being packaged in python3-core not python3-dev.

The manifest uses an extended glob to package all python* binaries that are not
python-config into python3-core:

            "${bindir}/python*[!-config]",

However, this doesn't do what was intended, as [] is a range match.

Replace the globs with more verbose but precise matches, and clear out
FILES_${PN} to ensure that new binaries don't end up in ${PN} (which shouldn't
exist).

[ YOCTO #13592 ]

(From OE-Core rev: c780f21c33b0684dafff3421600cd1c11ddd0c48)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-23 16:30:35 +01:00
..
2019-07-02 08:13:07 +01:00
2019-08-30 17:10:28 +01:00
2019-10-15 14:16:11 +01:00
2018-08-23 18:02:23 +01:00
2019-08-12 16:23:57 +01:00
2019-10-19 23:18:33 +01:00
2019-10-15 14:16:11 +01:00
2019-09-19 10:54:32 +01:00
2019-10-09 14:07:43 +01:00
2019-08-21 21:52:59 +01:00
2018-11-14 11:14:39 +00:00
2019-09-01 22:33:08 +01:00
2019-10-19 23:18:33 +01:00
2018-03-09 09:17:03 -08:00
2019-09-06 08:15:45 +01:00
2019-10-15 14:16:12 +01:00
2019-10-15 14:16:12 +01:00
2019-05-27 17:06:34 +01:00
2018-01-30 12:53:16 +00:00
2019-10-15 14:16:11 +01:00
2019-02-15 16:05:37 +00:00
2019-05-16 09:16:50 +01:00
2019-07-31 23:03:01 +01:00
2019-05-08 23:00:32 +01:00
2019-07-17 19:25:02 +01:00
2019-07-15 09:30:00 +01:00
2019-04-23 23:30:19 +01:00
2019-09-06 14:58:09 +01:00
2019-05-08 12:15:17 +01:00
2019-10-15 14:16:10 +01:00
2019-07-18 12:16:19 +01:00
2018-11-14 11:14:39 +00:00
2019-08-28 11:31:21 +01:00
2019-09-01 22:33:07 +01:00
2019-10-19 23:18:33 +01:00
2019-07-19 16:19:14 +01:00
2019-10-02 10:09:48 +01:00
2019-09-30 16:55:21 +01:00
2019-10-15 14:16:11 +01:00
2019-04-05 17:32:50 +01:00