diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-13 12:55:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-18 11:47:07 +0000 |
commit | b9169b7be21639ba9f5dfc86afdfa8027245c232 (patch) | |
tree | 8685f5c236e57cbdaa6c14c368aa833f7e3a71b4 /meta/recipes-devtools | |
parent | 4b4dea75b59e281bc023a1974f41124464edc022 (diff) | |
download | poky-b9169b7be21639ba9f5dfc86afdfa8027245c232.tar.gz |
python3: add missing dependency on PN-misc to PN-modules
Installing python3-modules should install *all* of the Python standard library,
not just most of it.
(From OE-Core rev: b2c1c48d90aa9a94f90836557856e0319ddcb524)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.0.bb index d5e26ff764..6184c79fb1 100644 --- a/meta/recipes-devtools/python/python3_3.5.0.bb +++ b/meta/recipes-devtools/python/python3_3.5.0.bb | |||
@@ -215,6 +215,7 @@ FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_ | |||
215 | # catch all the rest (unsorted) | 215 | # catch all the rest (unsorted) |
216 | PACKAGES += "${PN}-misc" | 216 | PACKAGES += "${PN}-misc" |
217 | RDEPENDS_${PN}-misc += "${PN}-core" | 217 | RDEPENDS_${PN}-misc += "${PN}-core" |
218 | RDEPENDS_${PN}-modules += "${PN}-misc" | ||
218 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" | 219 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" |
219 | 220 | ||
220 | # catch manpage | 221 | # catch manpage |