diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-20 19:24:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:28 +0000 |
commit | 1c031c627a362b3f18ffa2e9caeb6cfb299b9948 (patch) | |
tree | 19877c3bde930455396b7bacb7e293812f0e8117 /meta | |
parent | ff7071418217c343276c22c7e1a053672f92639b (diff) | |
download | openembedded-core-1c031c627a362b3f18ffa2e9caeb6cfb299b9948.tar.gz openembedded-core-1c031c627a362b3f18ffa2e9caeb6cfb299b9948.tar.bz2 openembedded-core-1c031c627a362b3f18ffa2e9caeb6cfb299b9948.zip |
python: add python-mmap to python-multiprocessing RDEPENDS
The multiprocessing module needs the mmap module. We got away with not
having this for the build appliance because python-mmap was added to
packagegroup-self-hosted, but this is the proper place to have it.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 49dbc0bcd6..a557cdca21 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc @@ -151,7 +151,7 @@ RDEPENDS_${PN}-mmap="${PN}-core ${PN}-io" FILES_${PN}-mmap="${libdir}/python2.7/lib-dynload/mmap.so " SUMMARY_${PN}-multiprocessing="Python multiprocessing support" -RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading ${PN}-ctypes" +RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading ${PN}-ctypes ${PN}-mmap" FILES_${PN}-multiprocessing="${libdir}/python2.7/lib-dynload/_multiprocessing.so ${libdir}/python2.7/multiprocessing " SUMMARY_${PN}-netclient="Python Internet Protocol clients" |