diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-07-31 18:42:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:00 +0100 |
| commit | 53f4ad18df82ac398679385174112d335db88e9e (patch) | |
| tree | 15fa4115f6cae8580bcf8f960ab160ccded27b41 /meta/recipes-devtools/python/python3 | |
| parent | 811829520955ec5d11e92ee6509111d7655eb5bd (diff) | |
| download | poky-53f4ad18df82ac398679385174112d335db88e9e.tar.gz | |
python3: remove empty python3-distutils-staticdev
distutils doesn't ship any static libraries, and the files this should pick up
do not exist. Copy/paste gone wrong maybe?
(From OE-Core rev: afbca8da4ddd6c3dd01bb44af43aee9e80cae512)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 0803ac0033..b179215838 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
| @@ -512,18 +512,6 @@ | |||
| 512 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc" | 512 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc" |
| 513 | ] | 513 | ] |
| 514 | }, | 514 | }, |
| 515 | "distutils-staticdev": { | ||
| 516 | "cached": [ | ||
| 517 | "${libdir}/python${PYTHON_MAJMIN}/config/__pycache__/lib*.a" | ||
| 518 | ], | ||
| 519 | "files": [ | ||
| 520 | "${libdir}/python${PYTHON_MAJMIN}/config/lib*.a" | ||
| 521 | ], | ||
| 522 | "rdepends": [ | ||
| 523 | "distutils" | ||
| 524 | ], | ||
| 525 | "summary": "Python distribution utilities (static libraries)" | ||
| 526 | }, | ||
| 527 | "distutils": { | 515 | "distutils": { |
| 528 | "summary": "Python Distribution Utilities", | 516 | "summary": "Python Distribution Utilities", |
| 529 | "rdepends": [ | 517 | "rdepends": [ |
