mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
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>
This commit is contained in:
@@ -371,7 +371,7 @@ if __name__ == "__main__":
|
||||
"lib-dynload/readline.*.so rlcompleter.*" )
|
||||
|
||||
m.addPackage( "${PN}-reprlib", "Python alternate repr() implementation", "${PN}-core",
|
||||
"reprlib.py" )
|
||||
"reprlib.*" )
|
||||
|
||||
m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core",
|
||||
"lib-dynload/resource.*.so" )
|
||||
|
||||
Reference in New Issue
Block a user