diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-01 11:10:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-02 16:39:13 +0000 |
commit | 0224fe0f52f6f9d01cd467df6a75a3d7346c6134 (patch) | |
tree | 68d4d7b1418e543b8c0c3707c9df9998765bbf33 /meta | |
parent | b42080cbe9f11cf42c1ee8ec7d264a4b7ef969d8 (diff) | |
download | poky-0224fe0f52f6f9d01cd467df6a75a3d7346c6134.tar.gz |
python3: Update to apply libgcc fix to libpython, glibc only
Update to account for review feedback on list.
(From OE-Core rev: ec788594f3f6a47687c6eb321437f2d2b58b1518)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.7.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.6.bb b/meta/recipes-devtools/python/python3_3.7.6.bb index e3d14fe45f..af201d7f8f 100644 --- a/meta/recipes-devtools/python/python3_3.7.6.bb +++ b/meta/recipes-devtools/python/python3_3.7.6.bb | |||
@@ -337,7 +337,7 @@ PACKAGES += "${PN}-man" | |||
337 | FILES_${PN}-man = "${datadir}/man" | 337 | FILES_${PN}-man = "${datadir}/man" |
338 | 338 | ||
339 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 | 339 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 |
340 | RDEPENDS_${PN} = "libgcc" | 340 | RDEPENDS_libpython3_append_libc-glibc = " libgcc" |
341 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 341 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" |
342 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 342 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" |
343 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 343 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |