diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python-native_2.7.15.bb')
-rw-r--r-- | poky/meta/recipes-devtools/python/python-native_2.7.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python-native_2.7.15.bb b/poky/meta/recipes-devtools/python/python-native_2.7.15.bb index 9d0fe3b84..26d67df6b 100644 --- a/poky/meta/recipes-devtools/python/python-native_2.7.15.bb +++ b/poky/meta/recipes-devtools/python/python-native_2.7.15.bb @@ -16,6 +16,8 @@ SRC_URI += "\ file://builddir.patch \ file://parallel-makeinst-create-bindir.patch \ file://revert_use_of_sysconfigdata.patch \ + file://0001-python-native-fix-one-do_populate_sysroot-warning.patch \ + file://0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch \ " S = "${WORKDIR}/Python-${PV}" |