summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-3.5-manifest.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-13 10:34:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-24 21:46:06 +0000
commit68a612b7d31d270348ef5439d7f779c309bdb6ec (patch)
tree65305ed16b0fdfd758c33db4b77180e78c0365be /meta/recipes-devtools/python/python-3.5-manifest.inc
parent8883ee32f2a77bf532832d4fad5c20912a1a3630 (diff)
downloadpoky-68a612b7d31d270348ef5439d7f779c309bdb6ec.tar.gz
python-3.5: Fix manifest to handle reprlib correctly
The current line is looking for py files in __pycache__ which is incorrect. Fix it to correctly include the right files (modelled after ${PN}-signal). Patch isn't relavent to later releases since manifest generation changed significantly. [YOCTO #12831] (From OE-Core rev: 3638cb32ba9ba32b4d498fc31ab7fdf82f0d2495) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-3.5-manifest.inc')
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
index 0260e87e75..710b22eaa3 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -194,7 +194,7 @@ FILES_${PN}-readline="${libdir}/python3.5/lib-dynload/readline.*.so ${libdir}/py
194 194
195SUMMARY_${PN}-reprlib="Python alternate repr() implementation" 195SUMMARY_${PN}-reprlib="Python alternate repr() implementation"
196RDEPENDS_${PN}-reprlib="${PN}-core" 196RDEPENDS_${PN}-reprlib="${PN}-core"
197FILES_${PN}-reprlib="${libdir}/python3.5/reprlib.py ${libdir}/python3.5/__pycache__/reprlib.py " 197FILES_${PN}-reprlib="${libdir}/python3.5/reprlib.* ${libdir}/python3.5/__pycache__/reprlib.* "
198 198
199SUMMARY_${PN}-resource="Python resource control interface" 199SUMMARY_${PN}-resource="Python resource control interface"
200RDEPENDS_${PN}-resource="${PN}-core" 200RDEPENDS_${PN}-resource="${PN}-core"