diff options
| author | Dan McGregor <dan.mcgregor@usask.ca> | 2024-11-26 12:06:41 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 12:27:11 +0000 |
| commit | f2f1782258fc91848057b6ed4d758192c76c61ab (patch) | |
| tree | ed86982cd34c0cfb8c0c1a996cfe4fe33fd9a048 /meta | |
| parent | 5d302b7611b920a29c61d447028083e6e655a96c (diff) | |
| download | poky-f2f1782258fc91848057b6ed4d758192c76c61ab.tar.gz | |
python3: do not overwrite FILES contents
Instead of relying completely on the python packaging manifest,
allow some default values. This is useful for the edge cases that
can't be found automatically by the create_manifest step.
In particular, tkinter can't be built for python3-native, so its
consistently missed in manifest updates.
(From OE-Core rev: cc5ec75b50618ce42d5b19d0aad0b44611bf8fbe)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.13.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.13.0.bb b/meta/recipes-devtools/python/python3_3.13.0.bb index 8db5b81373..fd926811a7 100644 --- a/meta/recipes-devtools/python/python3_3.13.0.bb +++ b/meta/recipes-devtools/python/python3_3.13.0.bb | |||
| @@ -360,7 +360,6 @@ python(){ | |||
| 360 | newpackages.append(pypackage) | 360 | newpackages.append(pypackage) |
| 361 | 361 | ||
| 362 | # "Build" python's manifest FILES, RDEPENDS and SUMMARY | 362 | # "Build" python's manifest FILES, RDEPENDS and SUMMARY |
| 363 | d.setVar('FILES:' + pypackage, '') | ||
| 364 | for value in python_manifest[key]['files']: | 363 | for value in python_manifest[key]['files']: |
| 365 | d.appendVar('FILES:' + pypackage, ' ' + value) | 364 | d.appendVar('FILES:' + pypackage, ' ' + value) |
| 366 | 365 | ||
