diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-02-04 07:06:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 09:44:05 +0000 |
commit | 31fdfbe48e90b8504d9eea80e9d1ab1df927235a (patch) | |
tree | 82f378c5e9993b899e6c76f170cb0980728af4c0 /meta | |
parent | 5e1a04eaefcb814f5dad3a193f41d64223553735 (diff) | |
download | poky-31fdfbe48e90b8504d9eea80e9d1ab1df927235a.tar.gz |
python2: add ntpath
python3 has this but python is missing this.
[Yocto #13740]
(From OE-Core rev: 3e69681857b88be44797d1d302b9e44a46a7634d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit af41a2238beec0c34c1c1e5f25eed55f2a214643)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python/python2-manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index eb52e862ab..fd98774d00 100644 --- a/meta/recipes-devtools/python/python/python2-manifest.json +++ b/meta/recipes-devtools/python/python/python2-manifest.json | |||
@@ -267,6 +267,7 @@ | |||
267 | "${libdir}/python2.7/lib-dynload/xreadlines.so", | 267 | "${libdir}/python2.7/lib-dynload/xreadlines.so", |
268 | "${libdir}/python2.7/linecache.py", | 268 | "${libdir}/python2.7/linecache.py", |
269 | "${libdir}/python2.7/new.py", | 269 | "${libdir}/python2.7/new.py", |
270 | "${libdir}/python2.7/ntpath.py", | ||
270 | "${libdir}/python2.7/os.py", | 271 | "${libdir}/python2.7/os.py", |
271 | "${libdir}/python2.7/platform.py", | 272 | "${libdir}/python2.7/platform.py", |
272 | "${libdir}/python2.7/posixpath.py", | 273 | "${libdir}/python2.7/posixpath.py", |